diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 18:13:22 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 18:13:22 -0800 |
| commit | 24579a8815132babf322c6d73608ce31f9b28ac8 (patch) | |
| tree | ac8ea0adee347a90a887eb832ccbeefe9ef73c56 /include/linux/wait.h | |
| parent | 9102e0eb3e9e472dabe91d65783662d5619cf83b (diff) | |
v2.4.3.5 -> v2.4.3.6
- Chris Mason: daemonize reiserfs commit thread
- Alan Cox: syncup (AFFS might even work, and official VIA workarounds)
- Jeff Garzik: network driver updates
- Paul Mackerras: PPP update
- David Howells: more rw-sem cleanups, updates. Slowly getting somewhere.
Diffstat (limited to 'include/linux/wait.h')
| -rw-r--r-- | include/linux/wait.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/wait.h b/include/linux/wait.h index 50c98ee47348..61cd98962bbe 100644 --- a/include/linux/wait.h +++ b/include/linux/wait.h @@ -26,14 +26,6 @@ struct __wait_queue { unsigned int flags; #define WQ_FLAG_EXCLUSIVE 0x01 -#define WQ_FLAG_CONTEXT_0 8 /* context specific flag bit numbers */ -#define WQ_FLAG_CONTEXT_1 9 -#define WQ_FLAG_CONTEXT_2 10 -#define WQ_FLAG_CONTEXT_3 11 -#define WQ_FLAG_CONTEXT_4 12 -#define WQ_FLAG_CONTEXT_5 13 -#define WQ_FLAG_CONTEXT_6 14 -#define WQ_FLAG_CONTEXT_7 15 struct task_struct * task; struct list_head task_list; #if WAITQUEUE_DEBUG |
