Skip to content
Commit 14d2c68b authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Fix stack tracing through trap frames.



The offset to the pt_regs area was wrong, so we weren't
looking at the right location for the magic cookie.

A trap frame is composed of a "struct sparc_stackf" then
a "struct pt_regs", the code was using "struct reg_window"
instead of "struct sparc_stackf".

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a051bc5b
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