diff options
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kernel/mca.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/kernel/mca.c b/arch/ia64/kernel/mca.c index 84fb405eee87..8192009cb924 100644 --- a/arch/ia64/kernel/mca.c +++ b/arch/ia64/kernel/mca.c | |||
@@ -1447,6 +1447,8 @@ out: | |||
1447 | /* Get the CMC error record and log it */ | 1447 | /* Get the CMC error record and log it */ |
1448 | ia64_mca_log_sal_error_record(SAL_INFO_TYPE_CMC); | 1448 | ia64_mca_log_sal_error_record(SAL_INFO_TYPE_CMC); |
1449 | 1449 | ||
1450 | local_irq_disable(); | ||
1451 | |||
1450 | return IRQ_HANDLED; | 1452 | return IRQ_HANDLED; |
1451 | } | 1453 | } |
1452 | 1454 | ||