diff options
Diffstat (limited to 'arch/powerpc/kernel/irq.c')
-rw-r--r-- | arch/powerpc/kernel/irq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index 2f6dc7faf6de..8f96d3198905 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c | |||
@@ -156,8 +156,8 @@ notrace void raw_local_irq_restore(unsigned long en) | |||
156 | return; | 156 | return; |
157 | 157 | ||
158 | #if defined(CONFIG_BOOKE) && defined(CONFIG_SMP) | 158 | #if defined(CONFIG_BOOKE) && defined(CONFIG_SMP) |
159 | /* Check for pending doorbell interrupts on SMP */ | 159 | /* Check for pending doorbell interrupts and resend to ourself */ |
160 | doorbell_exception(NULL); | 160 | doorbell_check_self(); |
161 | #endif | 161 | #endif |
162 | 162 | ||
163 | /* | 163 | /* |