CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/25 22:24:22
Modified files:
sys/kern : kern_sched.c
Log message:
Make sure that each ci has its spc_deferred queue initialized.
Otherwise, the system can crash in smr_call_impl() if SMT is
enabled later.
Crash reported by jcs@
