patch-2.4.19 linux-2.4.19/arch/mips/sgi/kernel/time.c

Next file: linux-2.4.19/arch/mips/sgi-ip22/Makefile
Previous file: linux-2.4.19/arch/mips/sgi/kernel/system.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/mips/sgi/kernel/time.c linux-2.4.19/arch/mips/sgi/kernel/time.c
@@ -1,21 +0,0 @@
-/*
- * time.c: Generic SGI handler for (spurious) 8254 interrupts
- *
- * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
- */
-#include <linux/interrupt.h>
-#include <linux/kernel_stat.h>
-#include <asm/sgialib.h>
-
-void indy_8254timer_irq(void)
-{
-	int cpu = smp_processor_id();
-	int irq = 4;
-
-	irq_enter(cpu, irq);
-	kstat.irqs[0][irq]++;
-	printk("indy_8254timer_irq: Whoops, should not have gotten this IRQ\n");
-	prom_getchar();
-	ArcEnterInteractiveMode();
-	irq_exit(cpu, irq);
-}

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