From: David S. Miller Date: Thu, 22 May 2008 01:15:53 +0000 (-0700) Subject: sparc64: Fix stack tracing through trap frames. X-Git-Tag: v2.6.26-rc4~71^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d2c68baa659cfd15dc782dd229ea304330c4f6;p=pandora-kernel.git 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: David S. Miller --- Reading git-diff-tree failed