From: Ari Kauppi Date: Thu, 20 Jan 2011 18:57:19 +0000 (-0500) Subject: ARM: oprofile: Fix backtraces in timer mode X-Git-Tag: v2.6.37.1~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13aab0a062f776fca48b17645ed53eb02d0bdcd4;p=pandora-kernel.git ARM: oprofile: Fix backtraces in timer mode commit d14dd7e20d5e526557f5d3cfef4046a642f80924 upstream. Always allow backtraces when using oprofile on ARM, even if a PMU isn't present. Restores functionality originally introduced in commit 1b7b56982fdcd9d85effd76f3928cf5d6eb26155 ("oprofile: Always allow backtraces on ARM") by Richard Purdie. It is not that obvious, but there is now only one oprofile_arch_init() function. So the .backtrace callback is available also in timer mode. Implemented by removing code and using stubs for oprofile_perf_{init, exit} provided by . This allows cleaning of other architecture specific implementations too. Signed-off-by: Ari Kauppi Acked-by: Will Deacon Signed-off-by: Robert Richter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed