[PATCH] alpha: make poll flags the same as other architectures
authorAndrew Morton <akpm@osdl.org>
Tue, 28 Mar 2006 09:56:22 +0000 (01:56 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 28 Mar 2006 17:16:02 +0000 (09:16 -0800)
Renumber the recently-added POLLREMOVE and POLLRDHUP to line up with the other
architectures.

Cc: Davide Libenzi <davidel@xmailserver.org>
Cc: Ulrich Drepper <drepper@redhat.com>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Richard Henderson <rth@twiddle.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-alpha/poll.h

index 9570718..76f8935 100644 (file)
@@ -12,8 +12,8 @@
 #define POLLWRNORM     (1 << 8)
 #define POLLWRBAND     (1 << 9)
 #define POLLMSG                (1 << 10)
-#define POLLREMOVE     (1 << 11)
-#define POLLRDHUP       (1 << 12)
+#define POLLREMOVE     (1 << 12)
+#define POLLRDHUP       (1 << 13)
 
 
 struct pollfd {