CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/26 10:07:39
Modified files:
sys/kern : kern_sched.c
Log message:
If we're stopping a secondary cpu, don't let sched_choosecpu() short-circuit
and return the current current CPU, otherwise sched_stop_secondary_cpus()
will spin forever trying to empty its run queues. Fixes hangs during suspend
that many people reported over the last couple of days.
ok bcook@, guenther@
