]> Zhao Yanbai Git Server - minix.git/commit
No need for a special idle queue
authorTomas Hruby <tom@minix3.org>
Thu, 12 Nov 2009 08:47:25 +0000 (08:47 +0000)
committerTomas Hruby <tom@minix3.org>
Thu, 12 Nov 2009 08:47:25 +0000 (08:47 +0000)
commitcb9faaebfd58299da5cb50585d484ee249b66601
treeb95d09fc644c1152f1d4c818920670415451c258
parentad4dcaab7107e4a6ab9ad9340d37726a0e5c3d85
No need for a special idle queue

- as the idle task is never placed on any run queue, we don't need any special
  idle queue.

- one more queue available for user processes
kernel/proc.c
kernel/proc.h
kernel/table.c