Print this page
[mq]: core-v2

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/os/mach_cpu_states.c
          +++ new/usr/src/uts/sun4u/os/mach_cpu_states.c
↓ open down ↓ 225 lines elided ↑ open up ↑
 226  226          cpu_async_panic_callb(); /* check for async errors */
 227  227  
 228  228          (void) spl7();
 229  229  
 230  230          debug_flush_windows();
 231  231          (void) setjmp(&curthread->t_pcb);
 232  232  
 233  233          CPU->cpu_m.in_prom = 1;
 234  234          membar_stld();
 235  235  
 236      -        dumpsys_helper();
 237      -
 238  236          for (;;)
 239  237                  continue;
 240  238  }
 241  239  
 242  240  /*
 243  241   * Force the other CPUs to trap into panic_idle(), and then remove them
 244  242   * from the cpu_ready_set so they will no longer receive cross-calls.
 245  243   */
 246  244  /*ARGSUSED*/
 247  245  void
↓ open down ↓ 295 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX