From: David S. Miller Date: Tue, 13 Apr 2010 05:16:22 +0000 (-0700) Subject: sparc64: Use kstack_valid() in die_if_kernel(). X-Git-Tag: v2.6.34-rc5~24^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb256aa60409efd803806cfb0528a4b3f8397dba;p=pandora-kernel.git sparc64: Use kstack_valid() in die_if_kernel(). This gets rid of a local function (is_kernel_stack()) which tries to do the same thing, yet poorly in that it doesn't handle IRQ stacks properly. Signed-off-by: David S. Miller --- Reading git-diff-tree failed