patch-2.3.51 linux/arch/ia64/kernel/irq_default.c

Next file: linux/arch/ia64/kernel/irq_ia64.c
Previous file: linux/arch/ia64/kernel/irq.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.50/linux/arch/ia64/kernel/irq_default.c linux/arch/ia64/kernel/irq_default.c
@@ -1,30 +0,0 @@
-#include <linux/kernel.h>
-#include <linux/sched.h>
-
-#include <asm/irq.h>
-#include <asm/processor.h>
-#include <asm/ptrace.h>
-
-
-static int
-irq_default_handle_irq (unsigned int irq, struct pt_regs *regs)
-{
-	printk("Unexpected irq vector 0x%x on CPU %u!\n", irq, smp_processor_id());
-	return 0;		/* don't call do_bottom_half() for spurious interrupts */
-}
-
-static void
-irq_default_noop (unsigned int irq)
-{
-	/* nuthing to do... */
-}
-
-struct hw_interrupt_type irq_type_default = {
-	"default",
-	(void (*)(unsigned long)) irq_default_noop,	/* init */
-	irq_default_noop,				/* startup */
-	irq_default_noop,				/* shutdown */
-	irq_default_handle_irq,				/* handle */
-	irq_default_noop,				/* enable */
-	irq_default_noop				/* disable */
-};

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)