__die_if_kernel
__die_if_kernel("Caught unhandled exception - should not happen",
__die_if_kernel("Illegal instruction in kernel", regs, SIGKILL);
__die_if_kernel("Unhandled division by 0 in kernel", regs, SIGKILL);
__die_if_kernel("Unhandled load/store exception in kernel",
__die_if_kernel("Unhandled unaligned exception in kernel",
__die_if_kernel("Breakpoint in kernel", regs, SIGKILL);