diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-06-11 16:13:24 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-11 17:54:46 +0200 |
commit | 8dc8e5e8bc0ce00b0f656bf972f67cd8a72759e5 (patch) | |
tree | 8760089146509a75fef8fe6e8ffd7c7720076214 /init/Kconfig | |
parent | cca3f454a85ff42d426401bce7ac804541b2bd03 (diff) | |
download | op-kernel-dev-8dc8e5e8bc0ce00b0f656bf972f67cd8a72759e5.zip op-kernel-dev-8dc8e5e8bc0ce00b0f656bf972f67cd8a72759e5.tar.gz |
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/Kconfig')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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. |