linux/arch/mips/mips-boards/generic
Atsushi Nemoto 1417836e81 [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq
Further incorporation of generic irq framework.  Replacing __do_IRQ()
by proper flow handler would make the irq handling path a bit simpler
and faster.

* use generic_handle_irq() instead of __do_IRQ().
* use handle_level_irq for obvious level-type irq chips.
* use handle_percpu_irq for irqs marked as IRQ_PER_CPU.
* setup .eoi routine for irq chips possibly used with handle_percpu_irq.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2006-11-30 01:14:46 +00:00
..
Makefile [MIPS] Fix the crime against humanity that mipsIRQ.S is. 2006-04-19 04:14:21 +02:00
cmdline.c
display.c
gdb_hook.c [MIPS] kgdb: Let gcc compute the array size itself. 2006-04-19 04:14:28 +02:00
init.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
memory.c [MIPS] 16K & 64K page size fixes 2006-11-01 17:46:09 +00:00
pci.c [MIPS] Fix warning in mips-boards generic PCI 2006-11-01 17:46:10 +00:00
printf.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
reset.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
time.c [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq 2006-11-30 01:14:46 +00:00