linux/arch/mips/sgi-ip27
Franck Bui-Huu e77c232cfc [MIPS] Compile __do_IRQ() when really needed
__do_IRQ() is needed only by irq handlers that can't use
default handlers defined in kernel/irq/chip.c.

For others platforms there's no need to compile this function
since it won't be used. For those platforms this patch defines
GENERIC_HARDIRQS_NO__DO_IRQ symbol which is used exactly for
this purpose.

Futhermore for platforms which do not use __do_IRQ(), end()
method which is part of the 'irq_chip' structure is not used.
This patch simply removes this method in this case.

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2006-12-06 20:16:08 +00:00
..
Kconfig [MIPS] Fix build error: don't offer SMP on systems that don't have SMP. 2006-06-29 21:10:51 +01:00
Makefile [MIPS] Early printk for IP27. 2006-06-29 21:10:53 +01:00
TODO [MIPS] Rewrite all the assembler interrupt handlers to C. 2006-04-19 04:14:21 +02:00
ip27-berr.c [PATCH] fix more missing includes 2006-01-08 20:13:45 -08:00
ip27-console.c [MIPS] Early printk for IP27. 2006-06-29 21:10:53 +01:00
ip27-dbgio.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip27-hubio.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip27-init.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ip27-irq.c [MIPS] Compile __do_IRQ() when really needed 2006-12-06 20:16:08 +00:00
ip27-klconfig.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip27-klnuma.c [MIPS] IP27: Make declaration of setup_replication_mask a proper prototype. 2006-10-11 19:31:00 +01:00
ip27-memory.c [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h 2006-09-26 08:48:46 -07:00
ip27-nmi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ip27-reset.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ip27-smp.c [MIPS] SMP: Fix initialization order bug. 2006-02-27 17:30:36 +00:00
ip27-timer.c [MIPS] Compile __do_IRQ() when really needed 2006-12-06 20:16:08 +00:00
ip27-xtalk.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00