+ add-cmspar-to-termbitsh-for-powerpc-and-alpha.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     Add CMSPAR to termbits.h for powerpc and alpha

has been added to the -mm tree.  Its filename is

     add-cmspar-to-termbitsh-for-powerpc-and-alpha.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: Add CMSPAR to termbits.h for powerpc and alpha
From: Paul Mackerras <paulus@xxxxxxxxx>


Some driver wants to use CMSPAR, but it was missing on alpha and powerpc. 
This adds it, with the same value as every other architecture uses.

(akpm: fixes the build of an upcoming gregkh USB patch)

Signed-off-by: Paul Mackerras <paulus@xxxxxxxxx>
Cc: Richard Henderson <rth@xxxxxxxxxxx>
Cc: Ivan Kokshaysky <ink@xxxxxxxxxxxxxxxxxxxx>
Cc: Greg KH <greg@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 include/asm-alpha/termbits.h   |    1 +
 include/asm-powerpc/termbits.h |    1 +
 2 files changed, 2 insertions(+)

diff -puN include/asm-alpha/termbits.h~add-cmspar-to-termbitsh-for-powerpc-and-alpha include/asm-alpha/termbits.h
--- 25/include/asm-alpha/termbits.h~add-cmspar-to-termbitsh-for-powerpc-and-alpha	Wed May 24 12:41:37 2006
+++ 25-akpm/include/asm-alpha/termbits.h	Wed May 24 12:41:38 2006
@@ -148,6 +148,7 @@ struct termios {
 #define HUPCL	00040000
 
 #define CLOCAL	00100000
+#define CMSPAR	  010000000000		/* mark or space (stick) parity */
 #define CRTSCTS	  020000000000		/* flow control */
 
 /* c_lflag bits */
diff -puN include/asm-powerpc/termbits.h~add-cmspar-to-termbitsh-for-powerpc-and-alpha include/asm-powerpc/termbits.h
--- 25/include/asm-powerpc/termbits.h~add-cmspar-to-termbitsh-for-powerpc-and-alpha	Wed May 24 12:41:37 2006
+++ 25-akpm/include/asm-powerpc/termbits.h	Wed May 24 12:41:38 2006
@@ -153,6 +153,7 @@ struct termios {
 #define HUPCL	00040000
 
 #define CLOCAL	00100000
+#define CMSPAR	  010000000000		/* mark or space (stick) parity */
 #define CRTSCTS	  020000000000		/* flow control */
 
 /* c_lflag bits */
_

Patches currently in -mm which might be from paulus@xxxxxxxxx are

origin.patch
add-cmspar-to-termbitsh-for-powerpc-and-alpha.patch
macintosh-mangle-caps-lock-events-on-adb-keyboards.patch
ppp_async-hang-fix.patch
git-powerpc.patch
powerpc-kbuild-warning-fix.patch
gregkh-usb-usb-serial-mos7720-powerpc-wrokaround.patch
add-poisonh-and-patch-primary-users.patch
x86-powerpc-make-hardirq_ctx-and-softirq_ctx-__read_mostly.patch
define-__raw_get_cpu_var-and-use-it.patch
allow-for-per-cpu-data-being-in-tdata-and-tbss-sections.patch
allow-for-per-cpu-data-being-in-tdata-and-tbss-sections-fix.patch
allow-for-per-cpu-data-being-in-tdata-and-tbss-sections-tidy.patch
drivers-use-list_move.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux