aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-06-11 10:13:24 -0400
committerIngo Molnar <mingo@elte.hu>2009-06-11 11:54:46 -0400
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"
941config PERF_COUNTERS 941config PERF_COUNTERS
942 bool "Kernel Performance Counters" 942 bool "Kernel Performance Counters"
943 depends on HAVE_PERF_COUNTERS 943 depends on HAVE_PERF_COUNTERS
944 default y
945 select ANON_INODES 944 select ANON_INODES
946 help 945 help
947 Enable kernel support for performance counter hardware. 946 Enable kernel support for performance counter hardware.