CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/24 03:13:20
Modified files:
sys/kern : kern_sched.c
Log message:
Keep under #ifdef MULTIPROCESSOR the code that deals with SPCF_SHOULDHALT
and SPCF_HALTED, these flags only make sense on secondary CPUs which are
unlikely to be present on a SP kernel.
ok kettenis@
