summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/mach-generic/irq.h
diff options
context:
space:
mode:
authorJiaxun Yang <jiaxun.yang@flygoat.com>2020-03-26 14:17:00 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2021-01-04 11:37:27 +0100
commit0ea33321ffaf20a54e87a9fe087628a1f72a36bc (patch)
tree71f945c90bfc3b747550929bc2f9aba25859d301 /arch/mips/include/asm/mach-generic/irq.h
parentc2b49a3237869213ef154da05570365af23408ad (diff)
MIPS: Kill RM7K & RM9K IRQ Code
RM7000 IRQ driver never got really used by any of the platform, and rm9k_cpu_irq_init only exist in a header. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm/mach-generic/irq.h')
-rw-r--r--arch/mips/include/asm/mach-generic/irq.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/include/asm/mach-generic/irq.h b/arch/mips/include/asm/mach-generic/irq.h
index 079889ced4f3..4249af4bef84 100644
--- a/arch/mips/include/asm/mach-generic/irq.h
+++ b/arch/mips/include/asm/mach-generic/irq.h
@@ -28,12 +28,6 @@
#endif /* CONFIG_I8259 */
#endif
-#ifdef CONFIG_IRQ_CPU_RM7K
-#ifndef RM7K_CPU_IRQ_BASE
-#define RM7K_CPU_IRQ_BASE (MIPS_CPU_IRQ_BASE+8)
-#endif
-#endif
-
#endif /* CONFIG_IRQ_MIPS_CPU */
#endif /* __ASM_MACH_GENERIC_IRQ_H */