aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sibyte
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/sibyte')
-rw-r--r--arch/mips/sibyte/bcm1480/irq.c2
-rw-r--r--arch/mips/sibyte/sb1250/irq.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sibyte/bcm1480/irq.c b/arch/mips/sibyte/bcm1480/irq.c
index 06e25d949768..3fbb033e23d8 100644
--- a/arch/mips/sibyte/bcm1480/irq.c
+++ b/arch/mips/sibyte/bcm1480/irq.c
@@ -254,7 +254,7 @@ void __init init_bcm1480_irqs(void)
254 * On the second cpu, everything is set to IP5, which is 254 * On the second cpu, everything is set to IP5, which is
255 * ignored, EXCEPT the mailbox interrupt. That one is 255 * ignored, EXCEPT the mailbox interrupt. That one is
256 * set to IP[2] so it is handled. This is needed so we 256 * set to IP[2] so it is handled. This is needed so we
257 * can do cross-cpu function calls, as requred by SMP 257 * can do cross-cpu function calls, as required by SMP
258 */ 258 */
259 259
260#define IMR_IP2_VAL K_BCM1480_INT_MAP_I0 260#define IMR_IP2_VAL K_BCM1480_INT_MAP_I0
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