powerpc: Print 32 bits of DSISR in show_regs
authorAnton Blanchard <anton@samba.org>
Tue, 11 Jan 2011 19:44:30 +0000 (19:44 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 21 Jan 2011 03:08:37 +0000 (14:08 +1100)
commit7071854bb248926b85141d791f9fa17901a6fa4b
treea49708a82d9c7417a9790c80cd9b1f702bc25239
parentac4414e4d3024a3c9ac5f54a734ac77dd7edfdb3
powerpc: Print 32 bits of DSISR in show_regs

We were printing 64 bits of DSISR in show_regs even though it is 32 bit.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/process.c