patch-2.3.99-pre9 linux/arch/mips64/sgi-ip22/ip22-timer.c
Next file: linux/arch/mips64/sgi-ip22/system.c
Previous file: linux/arch/mips64/sgi-ip22/ip22-setup.c
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Sat May 13 08:30:17 2000
-  Orig file: 
v2.3.99-pre8/linux/arch/mips64/sgi-ip22/ip22-timer.c
-  Orig date: 
Sat Feb 26 22:31:41 2000
diff -u --recursive --new-file v2.3.99-pre8/linux/arch/mips64/sgi-ip22/ip22-timer.c linux/arch/mips64/sgi-ip22/ip22-timer.c
@@ -267,12 +267,12 @@
 	int cpu = smp_processor_id();
 	int irq = 4;
 
-	irq_enter(cpu);
+	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_exit(cpu, irq);
 }
 
 void do_gettimeofday(struct timeval *tv)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)