Go to the documentation of this file.
15 #include <linux/mman.h>
17 #include <linux/kernel.h>
18 #include <linux/ptrace.h>
20 #include <asm/pgtable.h>
37 printk (
"regs->sr=%#x, regs->pc=%#lx, address=%#lx, %ld\n",
38 regs->
sr, regs->
pc, address, error_code);
45 if ((
unsigned long) address <
PAGE_SIZE) {
49 printk(
" at virtual address %08lx\n",address);
51 die(
"Oops", regs, error_code);