[PATCH] i386 Don't conside oprofile EXPERIMENTAL anymore

From: Chris Wedgwood
Date: Fri May 19 2006 - 22:52:46 EST


oprofile isn't new and a lot of developers use it. Drop the
EXPERIMENTAL.


Signed-off-by: Chris Wedgwood <cw@xxxxxxxx>

diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index 5b1a7d4..2b8657d 100644
Index: linux-2.6/arch/i386/Kconfig
===================================================================
--- linux-2.6.orig/arch/i386/Kconfig 2006-05-19 19:35:35.586394755 -0700
+++ linux-2.6/arch/i386/Kconfig 2006-05-19 19:35:38.866552357 -0700
@@ -1053,7 +1053,6 @@
source "fs/Kconfig"

menu "Instrumentation Support"
- depends on EXPERIMENTAL

source "arch/i386/oprofile/Kconfig"

Index: linux-2.6/arch/i386/oprofile/Kconfig
===================================================================
--- linux-2.6.orig/arch/i386/oprofile/Kconfig 2006-05-19 19:35:32.644253387 -0700
+++ linux-2.6/arch/i386/oprofile/Kconfig 2006-05-19 19:35:38.866552357 -0700
@@ -1,12 +1,12 @@
config PROFILING
- bool "Profiling support (EXPERIMENTAL)"
+ bool "Profiling support"
help
Say Y here to enable the extended profiling support mechanisms used
by profilers such as OProfile.


config OPROFILE
- tristate "OProfile system profiling (EXPERIMENTAL)"
+ tristate "OProfile system profiling"
depends on PROFILING
help
OProfile is a profiling system capable of profiling the
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/