]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit66c6b16d240275034adcff3b39e79b92921cd309
treea49708a82d9c7417a9790c80cd9b1f702bc25239
parent3098af722e560dac4ad6c3526d0a9dd606c23ea5
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