From: David S. Miller Date: Mon, 9 Aug 2010 05:03:59 +0000 (-0700) Subject: sparc64: Fix perf_arch_get_caller_regs(). X-Git-Tag: v2.6.36-rc1~307^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b11287e8c5b2797b86351f6db0fcd9ff99b20bab;p=pandora-kernel.git sparc64: Fix perf_arch_get_caller_regs(). After b0f82b81fe6bbcf78d478071f33e44554726bc81 ("perf: Drop the skip argument from perf_arch_fetch_regs_caller") the build broke on sparc64 due to the lack of a module symbol export of __perf_arch_fetch_caller_regs. But that assembler helper can actually be complete eliminated now that the semantics of this interface have been greatly simplified. Signed-off-by: David S. Miller --- Reading git-diff-tree failed