Print this page
[mq]: core-v2

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/os/machdep.c
          +++ new/usr/src/uts/i86pc/os/machdep.c
↓ open down ↓ 891 lines elided ↑ open up ↑
 892  892  
 893  893  /*
 894  894   * If we're not the panic CPU, we wait in panic_idle for reboot.
 895  895   */
 896  896  void
 897  897  panic_idle(void)
 898  898  {
 899  899          splx(ipltospl(CLOCK_LEVEL));
 900  900          (void) setjmp(&curthread->t_pcb);
 901  901  
 902      -        dumpsys_helper();
 903      -
 904  902  #ifndef __xpv
 905  903          for (;;)
 906  904                  i86_halt();
 907  905  #else
 908  906          for (;;)
 909  907                  ;
 910  908  #endif
 911  909  }
 912  910  
 913  911  /*
↓ open down ↓ 529 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX