patch-1.3.5 linux/arch/i386/kernel/traps.c
Next file: linux/arch/i386/math-emu/div_Xsig.S
Previous file: linux/arch/i386/kernel/setup.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Jun 29 11:44:04 1995
- Orig file:
v1.3.4/linux/arch/i386/kernel/traps.c
- Orig date:
Wed Feb 8 13:54:00 1995
diff -u --recursive --new-file v1.3.4/linux/arch/i386/kernel/traps.c linux/arch/i386/kernel/traps.c
@@ -99,7 +99,7 @@
unsigned long esp;
unsigned short ss;
unsigned long *stack, addr, module_start, module_end;
- extern char start_kernel, etext;
+ extern char start_kernel, _etext;
esp = (unsigned long) ®s->esp;
ss = KERNEL_DS;
@@ -147,7 +147,7 @@
* out the call path that was taken.
*/
if (((addr >= (unsigned long) &start_kernel) &&
- (addr <= (unsigned long) &etext)) ||
+ (addr <= (unsigned long) &_etext)) ||
((addr >= module_start) && (addr <= module_end))) {
if (i && ((i % 8) == 0))
printk("\n ");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this