From: Tony Luck Date: Tue, 28 Feb 2006 00:18:58 +0000 (-0800) Subject: [IA64] die_if_kernel() can return X-Git-Tag: v2.6.16-rc6~141^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e963701a761aede31c9c1bfc74cf8e0ec671f0f4;p=pandora-kernel.git [IA64] die_if_kernel() can return 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: Tony Luck --- Reading git-diff-tree failed