projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cca3f45
)
perf_counter: Turn off by default
author
Ingo Molnar
<
[email protected]
>
Thu, 11 Jun 2009 14:13:24 +0000
(16:13 +0200)
committer
Ingo Molnar
<
[email protected]
>
Thu, 11 Jun 2009 15:54:46 +0000
(17:54 +0200)
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]
>
init/Kconfig
patch
|
blob
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index 8158f1f44694e7213d0bb9cb0b020741ddc7f375..aef16f9b3d2384cb1865733964c09e51d1248a63 100644
(file)
--- 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.