patch-2.4.0-test3 linux/arch/mips/sgi/kernel/indyIRQ.S

Next file: linux/arch/mips/sgi/kernel/setup.c
Previous file: linux/arch/mips/sgi/kernel/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/arch/mips/sgi/kernel/indyIRQ.S linux/arch/mips/sgi/kernel/indyIRQ.S
@@ -1,4 +1,4 @@
-/* $Id: indyIRQ.S,v 1.3 1998/03/22 23:27:17 ralf Exp $
+/*
  * indyIRQ.S: Interrupt exception dispatch code for FullHouse and
  *            Guiness.
  *
@@ -67,7 +67,7 @@
 
 	/* Wheee, a timer interrupt. */
 	move	a0, sp
-	jal	indy_timer_interrupt
+	jal	indy_r4k_timer_interrupt
 	 nop				# delay slot
 
 	j	ret_from_irq

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