diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-10-16 23:26:16 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 08:42:47 -0700 |
commit | 966fe399cc774b00b1eed11fd884be85a5c5c489 (patch) | |
tree | 9f99dcf27d68d60bf22a898f9e6f9ccb58e5d620 /arch/ia64 | |
parent | febfcf9115917ba80931dbf9f36d8d413698b628 (diff) | |
download | op-kernel-dev-966fe399cc774b00b1eed11fd884be85a5c5c489.zip op-kernel-dev-966fe399cc774b00b1eed11fd884be85a5c5c489.tar.gz |
KCONFIG: Make "Instrumentation support" non-EXPERIMENTAL
It makes more sense to make instrumentation support experimental on a
case-by-case basis.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Cc: Andi Kleen <ak@suse.de>
Cc: "Luck, Tony" <tony.luck@intel.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 59b91ac..c60532d 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -593,7 +593,6 @@ config IRQ_PER_CPU source "arch/ia64/hp/sim/Kconfig" menu "Instrumentation Support" - depends on EXPERIMENTAL source "arch/ia64/oprofile/Kconfig" |