Skip to content

Commit

Permalink
oprofile: remove EXPERIMENTAL from the config option description
Browse files Browse the repository at this point in the history
OProfile is already used for a long time and no longer experimental.

Signed-off-by: Robert Richter <[email protected]>
  • Loading branch information
Robert Richter committed Feb 26, 2010
1 parent 18b4a4d commit b309a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b309a29

Please sign in to comment.