Print this page
patch cpu-pause-func-deglobalize

*** 870,880 **** * finally, grab all cpus */ srh->sr_suspend_state = DR_SRSTATE_FULL; mutex_enter(&cpu_lock); ! pause_cpus(NULL); dr_stop_intr(); return (rc); } --- 870,880 ---- * finally, grab all cpus */ srh->sr_suspend_state = DR_SRSTATE_FULL; mutex_enter(&cpu_lock); ! pause_cpus(NULL, NULL); dr_stop_intr(); return (rc); }