From: Robert Richter Date: Wed, 10 Feb 2010 09:03:34 +0000 (+0100) Subject: oprofile: remove tracing build dependency X-Git-Tag: firefly_0821_release~10186^2~2108 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c96d1b6618c4946e4aac704fc7fbb4bba2957047;p=firefly-linux-kernel-4.4.55.git oprofile: remove tracing build dependency commit 18b4a4d59e97e7ff13ee84b5bec79f3fc70a9f0a upstream. The commit 1155de4 ring-buffer: Make it generally available already made ring-buffer available without the TRACING option enabled. This patch removes the TRACING dependency from oprofile. Fixes also oprofile configuration on ia64. The patch also applies to the 2.6.32-stable kernel. Reported-by: Tony Jones Signed-off-by: Robert Richter Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/Kconfig b/arch/Kconfig index 7f418bbc261a..90934b97acd5 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -6,8 +6,6 @@ config OPROFILE tristate "OProfile system profiling (EXPERIMENTAL)" depends on PROFILING depends on HAVE_OPROFILE - depends on TRACING_SUPPORT - select TRACING select RING_BUFFER select RING_BUFFER_ALLOW_SWAP help