|
@@ -83,7 +83,7 @@ void machine_crash_nonpanic_core(void *unused)
|
|
{
|
|
{
|
|
struct pt_regs regs;
|
|
struct pt_regs regs;
|
|
|
|
|
|
- crash_setup_regs(®s, NULL);
|
|
|
|
|
|
+ crash_setup_regs(®s, get_irq_regs());
|
|
printk(KERN_DEBUG "CPU %u will stop doing anything useful since another CPU has crashed\n",
|
|
printk(KERN_DEBUG "CPU %u will stop doing anything useful since another CPU has crashed\n",
|
|
smp_processor_id());
|
|
smp_processor_id());
|
|
crash_save_cpu(®s, smp_processor_id());
|
|
crash_save_cpu(®s, smp_processor_id());
|