]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit017b5264bd54a87331e431de4b040b06ce71355d
tree1e334fd6ecc9e42b5756f800b59d3fd4c9681f64
parent1e2d4c2b2130e7e65cf75e3c0b0650ffa58452b6
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