summaryrefslogtreecommitdiff
path: root/linaro/configs/debug.conf
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2013-04-11 16:44:26 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-10-07 23:46:17 +0400
commit8ff9959521a55034b085941a46792796b7119bb6 (patch)
tree9cb2353c3313c6359438bde9ba61efa2956263db /linaro/configs/debug.conf
parent1e128596d3d68aa28d47245d963fdd231db14dae (diff)
configs: Move CONFIG_PROVE_LOCKING from linaro-base.conf to debug.conf
CONFIG_PROVE_LOCKING is an expensive option which adds significant overhead to lock operations. The examples are 5% power consumption increase for vexpress with this option enabled, and improving netperf on the loopback results by ~200% after disabling DEBUG_MUTEXES (DEBUG_MUTEXES is selected by PROVE_LOCKING). Move CONFIG_PROVE_LOCKING to a separate debug.conf fragment, so that it could be enabled only when it is needed. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
Diffstat (limited to 'linaro/configs/debug.conf')
-rw-r--r--linaro/configs/debug.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/debug.conf b/linaro/configs/debug.conf
new file mode 100644
index 00000000000..36980566b2d
--- /dev/null
+++ b/linaro/configs/debug.conf
@@ -0,0 +1 @@
+CONFIG_PROVE_LOCKING=y