aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-06-11 16:13:24 +0200
committerIngo Molnar <mingo@elte.hu>2009-06-11 17:54:46 +0200
commit8dc8e5e8bc0ce00b0f656bf972f67cd8a72759e5 (patch)
tree8760089146509a75fef8fe6e8ffd7c7720076214 /init
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 <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'init')
-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.