aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Molnar <[email protected]>2009-06-11 16:13:24 +0200
committerIngo Molnar <[email protected]>2009-06-11 17:54:46 +0200
commit8dc8e5e8bc0ce00b0f656bf972f67cd8a72759e5 (patch)
tree8760089146509a75fef8fe6e8ffd7c7720076214
parentcca3f454a85ff42d426401bce7ac804541b2bd03 (diff)
perf_counter: Turn off by default
Perfcounters were enabled by default to help testing - but now that we are submitting it upstream, make it default-disabled. Cc: Peter Zijlstra <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--init/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 8158f1f44694..aef16f9b3d23 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -941,7 +941,6 @@ menu "Performance Counters"
config PERF_COUNTERS
bool "Kernel Performance Counters"
depends on HAVE_PERF_COUNTERS
- default y
select ANON_INODES
help
Enable kernel support for performance counter hardware.