]> Zhao Yanbai Git Server - minix.git/commitdiff
No RDY_Q_HEAD business..
authorBen Gras <ben@minix3.org>
Wed, 27 Jul 2005 07:01:46 +0000 (07:01 +0000)
committerBen Gras <ben@minix3.org>
Wed, 27 Jul 2005 07:01:46 +0000 (07:01 +0000)
kernel/table.c

index fd1a3ba1f425d1b0234899b02ce6c8263466ecbe..eecef8589fa0274dc0f020281f3d20ea1a931e0a 100755 (executable)
@@ -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)