CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/11/25 04:01:14
Modified files:
sys/sys : sched.h
sys/kern : kern_sched.c kern_xxx.c
Log message:
Add a mechanism to stop the scheduler from scheduling processes on a
particular CPU such that it just sits and spins in the idle loop, effectively
halting that CPU.
ok deraadt@, miod@
