Skip to content
Snippets Groups Projects
Commit 182dc9c7 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/kernel: Print actual address of regs when oopsing


When we oops or otherwise call show_regs() we print the address of the
regs structure. Being able to see the address is fairly useful,
firstly to verify that the regs pointer is not completely bogus, and
secondly it allows you to dump the regs and surrounding memory with a
debugger if you have one.

In the normal case the regs will be located somewhere on the stack, so
printing their location discloses no further information than printing
the stack pointer does already.

So switch to %px and print the actual address, not the hashed value.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 110df8bd
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment