sh: update die() output.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 13 Oct 2009 01:57:52 +0000 (10:57 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 13 Oct 2009 01:57:52 +0000 (10:57 +0900)
commitaf67c3a9e68ee0a9e30ee8582577408adba0e299
tree1e334fd6ecc9e42b5756f800b59d3fd4c9681f64
parent2caa731819a633bec5a56736e64c562b7e193666
sh: update die() output.

This follows the ARM change, as SH had all of the same issues:

Make die() better match x86:
- add printing of the last accessed sysfs file
- ensure console_verbose() is called under the lock
- ensure we panic outside of oops_exit()

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/traps_32.c