diff options
Diffstat (limited to 'arch/ia64/kernel/mca.c')
-rw-r--r-- | arch/ia64/kernel/mca.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/ia64/kernel/mca.c b/arch/ia64/kernel/mca.c index 26814de6c29a..93e82e4d99d6 100644 --- a/arch/ia64/kernel/mca.c +++ b/arch/ia64/kernel/mca.c | |||
@@ -1477,6 +1477,10 @@ default_monarch_init_process(struct notifier_block *self, unsigned long val, voi | |||
1477 | struct task_struct *g, *t; | 1477 | struct task_struct *g, *t; |
1478 | if (val != DIE_INIT_MONARCH_PROCESS) | 1478 | if (val != DIE_INIT_MONARCH_PROCESS) |
1479 | return NOTIFY_DONE; | 1479 | return NOTIFY_DONE; |
1480 | #ifdef CONFIG_KEXEC | ||
1481 | if (atomic_read(&kdump_in_progress)) | ||
1482 | return NOTIFY_DONE; | ||
1483 | #endif | ||
1480 | 1484 | ||
1481 | /* | 1485 | /* |
1482 | * FIXME: mlogbuf will brim over with INIT stack dumps. | 1486 | * FIXME: mlogbuf will brim over with INIT stack dumps. |