summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/termbits.h
diff options
context:
space:
mode:
authorPaul Mackerras2006-05-26 03:44:17 +0200
committerLinus Torvalds2006-05-26 20:55:46 +0200
commit6bf08cb246b5ac639b2429533d303f5026f2520c (patch)
tree33b9234ddd26959c9342b4932f596a9b009bf3bd /include/asm-alpha/termbits.h
parent[PATCH] Unlock md devices when stopping them on reboot. (diff)
downloadkernel-qcow2-linux-6bf08cb246b5ac639b2429533d303f5026f2520c.tar.gz
kernel-qcow2-linux-6bf08cb246b5ac639b2429533d303f5026f2520c.tar.xz
kernel-qcow2-linux-6bf08cb246b5ac639b2429533d303f5026f2520c.zip
[PATCH] Add CMSPAR to termbits.h for powerpc and alpha
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@samba.org> Cc: Richard Henderson <rth@twiddle.net> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-alpha/termbits.h')
-rw-r--r--include/asm-alpha/termbits.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-alpha/termbits.h b/include/asm-alpha/termbits.h
index f4837fa29420..5541101b58ae 100644
--- a/include/asm-alpha/termbits.h
+++ b/include/asm-alpha/termbits.h
@@ -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 */