Print this page
patch cpu-pause-func-deglobalize

*** 281,291 **** * from here on out. */ (void) spl6(); if (!panicstr) { mutex_enter(&cpu_lock); ! pause_cpus(NULL); mutex_exit(&cpu_lock); } /* * If the system is panicking, the preloaded kernel is valid, and --- 281,291 ---- * from here on out. */ (void) spl6(); if (!panicstr) { mutex_enter(&cpu_lock); ! pause_cpus(NULL, NULL); mutex_exit(&cpu_lock); } /* * If the system is panicking, the preloaded kernel is valid, and