From: Paul Mundt Date: Wed, 27 Oct 2010 07:58:22 +0000 (+0900) Subject: sh64: oprofile: Fix up kernel stack pointer size mismatch. X-Git-Tag: v2.6.37-rc1~61^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ba71f7645696020864fe3cea3049befbe50408;p=pandora-kernel.git sh64: oprofile: Fix up kernel stack pointer size mismatch. For the backtrace code its assumed that the stack pointer is 32-bits, which is not the case with the sh64 registers. Use the shared kernel_stack_pointer() helper to get at the actual register, which already takes care of the necessary typecasting. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed