diff --git a/kernel/table.c b/kernel/table.c index fd1a3ba1f..eecef8589 100755 --- a/kernel/table.c +++ b/kernel/table.c @@ -59,7 +59,7 @@ PUBLIC char *t_stack[TOT_STACK_SPACE / sizeof(char *)]; * mask, and a name for the process table. For kernel processes, the startup * routine and stack size is also provided. */ -#define USER_F (PREEMPTIBLE | BILLABLE | RDY_Q_HEAD) +#define USER_F (PREEMPTIBLE | BILLABLE) #define IDLE_F (BILLABLE | SYS_PROC) #define SYS_F (PREEMPTIBLE | SYS_PROC) #define TASK_F (SYS_PROC)