]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
oprofile: remove EXPERIMENTAL from the config option description
authorRobert Richter <robert.richter@amd.com>
Fri, 26 Feb 2010 14:01:23 +0000 (15:01 +0100)
committerRobert Richter <robert.richter@amd.com>
Fri, 26 Feb 2010 14:13:54 +0000 (15:13 +0100)
OProfile is already used for a long time and no longer experimental.

Signed-off-by: Robert Richter <robert.richter@amd.com>
arch/Kconfig
init/Kconfig

index 25e69f727a2ee9c284d550882320c590b2c9e69a..d677872418131ca35cc20f077534db9c06bf8ec9 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 config OPROFILE
-       tristate "OProfile system profiling (EXPERIMENTAL)"
+       tristate "OProfile system profiling"
        depends on PROFILING
        depends on HAVE_OPROFILE
        select RING_BUFFER
index d95ca7cd5d45f092fe33e175a577e0a94675c549..b7c583956107ffc6b67fbe0ad007711b80d159d8 100644 (file)
@@ -1112,7 +1112,7 @@ config MMAP_ALLOW_UNINITIALIZED
          See Documentation/nommu-mmap.txt for more information.
 
 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.