configs: Move CONFIG_PROVE_LOCKING from linaro-base.conf to debug.conf
authorAndrey Konovalov <andrey.konovalov@linaro.org>
Thu, 11 Apr 2013 12:44:26 +0000 (16:44 +0400)
committerJon Medhurst <tixy@linaro.org>
Mon, 13 May 2013 12:21:43 +0000 (13:21 +0100)
commit2eb2a8356500523fb67d6f8f91e0ea84db0d9cca
tree4de28f4eadb9d99ce5cd3770cecfc249e2d98554
parent2b565d72b5288af39460ef4c744f5cab03285266
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>
linaro/configs/debug.conf [new file with mode: 0644]
linaro/configs/linaro-base.conf