]> asedeno.scripts.mit.edu Git - linux.git/commit
parisc: Clean up crash header output
authorHelge Deller <deller@gmx.de>
Sun, 7 Oct 2018 20:29:29 +0000 (22:29 +0200)
committerHelge Deller <deller@gmx.de>
Wed, 17 Oct 2018 06:18:01 +0000 (08:18 +0200)
commite98bc5ee9793742eca1129366109603010dc9389
tree5d979231310a262e5faa654053590d2f28ac1533
parent8dbac7746e55e0c83fe818c137b1235c9fa1bd75
parisc: Clean up crash header output

On kernel crash, this is the current output:
Kernel Fault: Code=26 (Data memory access rights trap) regs=(ptrval) (Addr=00000004)

Drop the address of regs, it's of no use for debugging, and show the
faulty address without parenthesis.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/traps.c