From f677caea24e2707c538e4a57cad1f39cb85b1876 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 18 Nov 2000 01:36:55 +0000 Subject: So, after reaching the 9-th nesting level of ifdefs in arch/mips/- kernel/Makefile my tastelessness detector just freaked out. The current concept of interrupt handling just doesn't scale to an ever increasing number of target platforms. Bits of new interrupt handling code are already in CVS and just to make it more clear that I won't take patches continuing this uglyness in all eternity I rename irq.c to old-irq.c which will only be compiled in when CONFIG_ROTTEN_IRQ is selected. --- arch/mips/defconfig-rm200 | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/defconfig-rm200') diff --git a/arch/mips/defconfig-rm200 b/arch/mips/defconfig-rm200 index 8c529f7c3..0b0db6673 100644 --- a/arch/mips/defconfig-rm200 +++ b/arch/mips/defconfig-rm200 @@ -31,6 +31,7 @@ CONFIG_I8259=y CONFIG_ISA=y CONFIG_PC_KEYB=y CONFIG_PCI=y +CONFIG_ROTTEN_IRQ=y # # Loadable module support -- cgit v1.2.3