Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/mm
In directory sc8-pr-cvs1:/tmp/cvs-serv5736/arch/vax/mm
Modified Files:
fault.c
Log Message:
DA: update for new toolchain build... add percentage signs to all assembly
routines
Index: fault.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/mm/fault.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- fault.c 9 Apr 2002 13:50:55 -0000 1.14
+++ fault.c 12 Feb 2003 02:37:33 -0000 1.15
@@ -136,7 +136,7 @@
show_regs(regs);
show_cpu_regs();
printk("\nStack dump\n");
- hex_dump( (void *)(regs->fp&~0xf), 512);
+ hex_dump( (void *)((regs->fp-256)&~0xf), 512);
printk("do_page_fault: sending SIGSEGV\n");
#endif
|