summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/old-irq.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite of Indy IRQs to new style.Ralf Baechle2001-05-091-0/+6
|
* Merge with Linux 2.4.2.Ralf Baechle2001-03-091-1/+1
|
* Call irq_enter / irq_exit with two arguments.Ralf Baechle2001-02-051-5/+5
|
* So, after reaching the 9-th nesting level of ifdefs in arch/mips/-Ralf Baechle2000-11-181-0/+399
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.