From dd1186d65d05d429e934d423d97a1e691d90c5c1 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 27 Jul 2005 07:01:46 +0000 Subject: [PATCH] No RDY_Q_HEAD business.. --- kernel/table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.44.0