diff mbox series

[v4,10/10] MIPS: Loongson64: Move MIPS_CPU_IRQ_BASE

Message ID 20200221050942.507775-11-jiaxun.yang@flygoat.com
State New
Headers show
Series None | expand

Commit Message

Jiaxun Yang Feb. 21, 2020, 5:09 a.m. UTC
To prevent CPU IRQ collide with PCH IRQ, we move down
CPU IRQ BASE to 16.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---
 arch/mips/include/asm/mach-loongson64/irq.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/mips/include/asm/mach-loongson64/irq.h b/arch/mips/include/asm/mach-loongson64/irq.h
index 12208119aac0..1ce2e0bbe305 100644
--- a/arch/mips/include/asm/mach-loongson64/irq.h
+++ b/arch/mips/include/asm/mach-loongson64/irq.h
@@ -5,7 +5,7 @@ 
 #include <boot_param.h>
 
 /* cpu core interrupt numbers */
-#define MIPS_CPU_IRQ_BASE 56
+#define MIPS_CPU_IRQ_BASE 16
 
 #include_next <irq.h>
 #endif /* __ASM_MACH_LOONGSON64_IRQ_H_ */