···90909191 info.si_signo = SIGFPE;9292 info.si_code = sicode;9393- info.si_addr = (void *)(instruction_pointer(regs) - 4);9393+ info.si_addr = (void __user *)(instruction_pointer(regs) - 4);94949595 /*9696 * This is the same as NWFPE, because it's not clear what