]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
oprofile: remove tracing build dependency
authorRobert Richter <robert.richter@amd.com>
Wed, 10 Feb 2010 09:03:34 +0000 (10:03 +0100)
committerRobert Richter <robert.richter@amd.com>
Fri, 26 Feb 2010 13:52:52 +0000 (14:52 +0100)
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 <tonyj@suse.de>
Cc: stable@kernel.org
Signed-off-by: Robert Richter <robert.richter@amd.com>
arch/Kconfig

index 9d055b4f058556450363c3843ad17f07518fae93..25e69f727a2ee9c284d550882320c590b2c9e69a 100644 (file)
@@ -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