patch-2.3.40 linux/arch/ppc/xmon/xmon.c
Next file: linux/arch/sparc/ap1000/apmmu.c
Previous file: linux/arch/ppc/kernel/smp.c
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/xmon/xmon.c
- Orig date:
Tue Dec 7 09:32:42 1999
diff -u --recursive --new-file v2.3.39/linux/arch/ppc/xmon/xmon.c linux/arch/ppc/xmon/xmon.c
@@ -469,7 +469,7 @@
unsigned sp;
unsigned stack[2];
struct pt_regs regs;
- extern char ret_from_int, ret_from_syscall_1, ret_from_syscall_2;
+ extern char ret_from_intercept, ret_from_syscall_1, ret_from_syscall_2;
extern char lost_irq_ret, do_bottom_half_ret, do_signal_ret;
extern char ret_from_except;
@@ -483,7 +483,7 @@
if (mread(sp, stack, sizeof(stack)) != sizeof(stack))
break;
printf("%x ", stack[1]);
- if (stack[1] == (unsigned) &ret_from_int
+ if (stack[1] == (unsigned) &ret_from_intercept
|| stack[1] == (unsigned) &ret_from_except
|| stack[1] == (unsigned) &ret_from_syscall_1
|| stack[1] == (unsigned) &ret_from_syscall_2
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)