]> Zhao Yanbai Git Server - minix.git/commit
do_schedule() cleanup
authorTomas Hruby <tom@minix3.org>
Sat, 10 Apr 2010 15:17:09 +0000 (15:17 +0000)
committerTomas Hruby <tom@minix3.org>
Sat, 10 Apr 2010 15:17:09 +0000 (15:17 +0000)
commit485a037563527117840f92ecf3215c1663814398
tree71372cfb23bd7490300dc92857eaa3ceae0bd91a
parent65ef5397392cdcd3d28f3e16caedfcefa11890b0
do_schedule() cleanup

- it is not neccessary to test whether the scheduler is a system
  process as the process already head permissions to make this call.

- it is better to test whether the scheduler has permission to make
  changes to this process before testing whether the values are valid.
kernel/system/do_schedule.c