Removed THREAD_WAIT call completely.

Simply reverse this patch to add THREAD_WAIT
This commit is contained in:
Bahadir Balban
2009-10-31 17:12:03 +02:00
parent dd5e05380c
commit 09197d1fb1
7 changed files with 11 additions and 64 deletions

View File

@@ -7,7 +7,6 @@
#define THREAD_SUSPEND 0x0002
#define THREAD_DESTROY 0x0003
#define THREAD_RECYCLE 0x0004
#define THREAD_WAIT 0x0005
#define THREAD_CREATE_MASK 0x0FF0
#define TC_SHARE_CAPS 0x0010 /* Share all thread capabilities */

View File

@@ -50,7 +50,6 @@
#define CAP_TCTRL_RUN (1 << 2)
#define CAP_TCTRL_SUSPEND (1 << 3)
#define CAP_TCTRL_RECYCLE (1 << 4)
#define CAP_TCTRL_WAIT (1 << 5)
/* Exchange registers capability */
#define CAP_EXREGS_RW_PAGER (1 << 0)