Print this page
[mq]: core-v2

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4v/os/mach_cpu_states.c
          +++ new/usr/src/uts/sun4v/os/mach_cpu_states.c
↓ open down ↓ 353 lines elided ↑ open up ↑
 354  354  panic_idle(void)
 355  355  {
 356  356          (void) spl7();
 357  357  
 358  358          debug_flush_windows();
 359  359          (void) setjmp(&curthread->t_pcb);
 360  360  
 361  361          CPU->cpu_m.in_prom = 1;
 362  362          membar_stld();
 363  363  
 364      -        dumpsys_helper();
 365      -
 366  364          for (;;)
 367  365                  ;
 368  366  }
 369  367  
 370  368  /*
 371  369   * Force the other CPUs to trap into panic_idle(), and then remove them
 372  370   * from the cpu_ready_set so they will no longer receive cross-calls.
 373  371   */
 374  372  /*ARGSUSED*/
 375  373  void
↓ open down ↓ 1199 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX