From: Ingo Molnar Date: Thu, 11 Jun 2009 14:13:24 +0000 (+0200) Subject: perf_counter: Turn off by default X-Git-Tag: v2.6.31-rc1~383^2~1 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=8dc8e5e8bc0ce00b0f656bf972f67cd8a72759e5 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 Cc: Mike Galbraith Cc: Paul Mackerras Cc: Arnaldo Carvalho de Melo LKML-Reference: Signed-off-by: Ingo Molnar --- diff --git a/init/Kconfig b/init/Kconfig index 8158f1f..aef16f9 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.