diff options
Diffstat (limited to 'arch/mips/sibyte/sb1250')
-rw-r--r-- | arch/mips/sibyte/sb1250/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sibyte/sb1250/irq.c b/arch/mips/sibyte/sb1250/irq.c index ab44a2f59ee4..b452e3c82792 100644 --- a/arch/mips/sibyte/sb1250/irq.c +++ b/arch/mips/sibyte/sb1250/irq.c | |||
@@ -237,7 +237,7 @@ void __init init_sb1250_irqs(void) | |||
237 | * On the second cpu, everything is set to IP5, which is | 237 | * On the second cpu, everything is set to IP5, which is |
238 | * ignored, EXCEPT the mailbox interrupt. That one is | 238 | * ignored, EXCEPT the mailbox interrupt. That one is |
239 | * set to IP[2] so it is handled. This is needed so we | 239 | * set to IP[2] so it is handled. This is needed so we |
240 | * can do cross-cpu function calls, as requred by SMP | 240 | * can do cross-cpu function calls, as required by SMP |
241 | */ | 241 | */ |
242 | 242 | ||
243 | #define IMR_IP2_VAL K_INT_MAP_I0 | 243 | #define IMR_IP2_VAL K_INT_MAP_I0 |