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/config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/mips/config.in') diff --git a/arch/mips/config.in b/arch/mips/config.in index 7fef82b1f..cd257bc33 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -63,6 +63,7 @@ if [ "$CONFIG_MIPS_MAGNUM_4000" = "y" -o \ define_bool CONFIG_FB y define_bool CONFIG_FB_G364 y define_bool CONFIG_MIPS_JAZZ y + define_bool CONFIG_ROTTEN_IRQ y define_bool CONFIG_PC_KEYB y fi if [ "$CONFIG_ACER_PICA_61" = "y" ]; then @@ -71,6 +72,7 @@ if [ "$CONFIG_ACER_PICA_61" = "y" ]; then define_bool CONFIG_ISA y define_bool CONFIG_MIPS_JAZZ y define_bool CONFIG_PC_KEYB y + define_bool CONFIG_ROTTEN_IRQ y fi if [ "$CONFIG_COBALT_MICRO_SERVER" = "y" ]; then define_bool CONFIG_ISA n @@ -100,12 +102,14 @@ if [ "$CONFIG_SNI_RM200_PCI" = "y" ]; then define_bool CONFIG_ISA y define_bool CONFIG_PC_KEYB y define_bool CONFIG_PCI y + define_bool CONFIG_ROTTEN_IRQ y fi if [ "$CONFIG_DDB5074" = "y" -o "$CONFIG_DDB5476" = "y" ]; then define_bool CONFIG_I8259 y define_bool CONFIG_ISA y define_bool CONFIG_PCI y define_bool CONFIG_PC_KEYB y + define_bool CONFIG_ROTTEN_IRQ y fi if [ "$CONFIG_ISA" != "y" ]; then -- cgit v1.2.3