commit | cb256aa60409efd803806cfb0528a4b3f8397dba | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Apr 12 22:16:22 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 12 22:16:22 2010 -0700 |
tree | edb33d59e189c0715100251863357801342c76ec | |
parent | bdd32ce95f79fb5cc964cd789d7ae4500bba7c6f [diff] |
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 <davem@davemloft.net>