]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc/xmon: Teach xmon oops about radix vectors
authorMichael Neuling <mikey@neuling.org>
Thu, 16 Mar 2017 03:04:40 +0000 (14:04 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 1 May 2017 08:52:58 +0000 (18:52 +1000)
commit8915bcd68b2547c819b8a2a33c098121af9accb2
treebe726c45bb19e5af8a5096384409b269b3114f70
parentadd2e1e585875b42ac745c05bf0e7f029ee31ea2
powerpc/xmon: Teach xmon oops about radix vectors

Currently if we take an oops caused by an 0x380 or 0x480 exception, we get a
print which assumes SLB problems. With radix, these vectors have different
meanings.

This patch updates the oops message to reflect these different meanings.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/xmon/xmon.c