Go to the documentation of this file.
11 #include <linux/kernel.h>
12 #include <linux/sched.h>
13 #include <asm/traps.h>
14 #include <asm/uaccess.h>
15 #include <asm/addrspace.h>
16 #include <asm/ptrace.h>
19 static int ip32_be_handler(
struct pt_regs *
regs,
int is_fixup)
26 printk(
"Got %cbe at 0x%lx\n", data ?
'd' :
'i', regs->
cp0_epc);