]> Zhao Yanbai Git Server - minix.git/commit
Restructure and simplyfycation of the scheduling code in PM a little bit.
authorTomas Hruby <tom@minix3.org>
Sat, 10 Apr 2010 15:24:49 +0000 (15:24 +0000)
committerTomas Hruby <tom@minix3.org>
Sat, 10 Apr 2010 15:24:49 +0000 (15:24 +0000)
commit1a31d158ad624282229d8e121c96935486b089c3
tree2aa54478473f3127a936ff61ec3c53347d4fa1a2
parent512058ca9877b191bd231bdf4294e30b4a912ebf
Restructure and simplyfycation of the scheduling code in PM a little bit.

- It introduces schedule_process() which makes a kernel call to set
  the scheduling parameters of a process. It is used in the next patch.
servers/pm/misc.c
servers/pm/proto.h
servers/pm/schedule.c