patch-1.3.50 linux/arch/alpha/mm/fault.c
Next file: linux/arch/i386/defconfig
Previous file: linux/arch/alpha/math-emu/ieee-math.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Fri Dec 22 08:22:05 1995
- Orig file:
v1.3.49/linux/arch/alpha/mm/fault.c
- Orig date:
Sun Dec 17 11:43:09 1995
diff -u --recursive --new-file v1.3.49/linux/arch/alpha/mm/fault.c linux/arch/alpha/mm/fault.c
@@ -87,7 +87,8 @@
* Oops. The kernel tried to access some bad page. We'll have to
* terminate things with extreme prejudice.
*/
- printk(KERN_ALERT "Unable to handle kernel paging request at virtual address %08lx\n",address);
+ printk(KERN_ALERT
+ "Unable to handle kernel paging request at virtual address %016lx\n", address);
die_if_kernel("Oops", ®s, cause);
do_exit(SIGKILL);
}
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