patch-2.3.40 linux/arch/ppc/kernel/head.S
Next file: linux/arch/ppc/kernel/head_4xx.S
Previous file: linux/arch/ppc/kernel/entry.S
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Jan 13 18:03:57 2000
- Orig file:
v2.3.39/linux/arch/ppc/kernel/head.S
- Orig date:
Tue Jan 11 22:31:37 2000
diff -u --recursive --new-file v2.3.39/linux/arch/ppc/kernel/head.S linux/arch/ppc/kernel/head.S
@@ -375,7 +375,7 @@
.globl do_IRQ_intercept
do_IRQ_intercept:
.long do_IRQ;
- .long ret_from_int
+ .long ret_from_intercept
#else
bl apus_interrupt_entry
#endif /* CONFIG_APUS */
@@ -425,7 +425,7 @@
.globl timer_interrupt_intercept
timer_interrupt_intercept:
.long timer_interrupt
- .long ret_from_int
+ .long ret_from_intercept
STD_EXCEPTION(0xa00, Trap_0a, UnknownException)
STD_EXCEPTION(0xb00, Trap_0b, UnknownException)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)