diff options
| -rw-r--r-- | arch/powerpc/kernel/crash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/crash.c b/arch/powerpc/kernel/crash.c index 7ced58dacb12..cca7c8fafc1c 100644 --- a/arch/powerpc/kernel/crash.c +++ b/arch/powerpc/kernel/crash.c | |||
| @@ -384,7 +384,7 @@ void default_machine_crash_shutdown(struct pt_regs *regs) | |||
| 384 | desc->chip->eoi(i); | 384 | desc->chip->eoi(i); |
| 385 | 385 | ||
| 386 | if (!(desc->status & IRQ_DISABLED)) | 386 | if (!(desc->status & IRQ_DISABLED)) |
| 387 | desc->chip->disable(i); | 387 | desc->chip->shutdown(i); |
| 388 | } | 388 | } |
| 389 | 389 | ||
| 390 | /* | 390 | /* |
