• Tony Luck's avatar
    [IA64] die_if_kernel() can return · e963701a
    Tony Luck authored
    arch/ia64/kernel/unaligned.c erroneously marked die_if_kernel()
    with a "noreturn" attribute ... which is silly (it returns whenever
    the argument regs say that the fault happened in user mode, as one
    might expect given the "if_kernel" part of its name!).  Thanks to
    Alan and Gareth for pointing this out.
    Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
    e963701a
unaligned.c 40.8 KB