patch-2.0.18 linux/arch/i386/mm/fault.c
Next file: linux/arch/i386/mm/init.c
Previous file: linux/arch/i386/boot/compressed/Makefile
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Sep 4 14:22:28 1996
- Orig file:
v2.0.17/linux/arch/i386/mm/fault.c
- Orig date:
Thu Apr 25 08:43:05 1996
diff -u --recursive --new-file v2.0.17/linux/arch/i386/mm/fault.c linux/arch/i386/mm/fault.c
@@ -87,7 +87,7 @@
if (error_code & 1) {
#ifdef TEST_VERIFY_AREA
if (regs->cs == KERNEL_CS)
- printk("WP fault at %08x\n", regs->eip);
+ printk("WP fault at %08lx\n", regs->eip);
#endif
do_wp_page(current, vma, address, error_code & 2);
return;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov