Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d984c81f authored by Tengfei Fan's avatar Tengfei Fan Committed by Gerrit - the friendly Code Review server
Browse files

defconfig: msm: disable DEBUG_SPINLOCK



The current spinlock lockup detection code can sometimes
produce false positives on some platform, because of the
unfairness of the locking algorithm itself, so we disable
DEBUG_SPINLOCK.

Change-Id: Ic909d2aac3f669c5324bfe32ece66d3d9d1c6db9
Signed-off-by: default avatarTengfei Fan <tengfeif@codeaurora.org>
parent 4317d2bf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -677,7 +677,6 @@ CONFIG_PANIC_ON_RT_THROTTLING=y
CONFIG_SCHEDSTATS=y
CONFIG_SCHED_STACK_END_CHECK=y
# CONFIG_DEBUG_PREEMPT is not set
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_ATOMIC_SLEEP=y
CONFIG_DEBUG_LIST=y
+0 −1
Original line number Diff line number Diff line
@@ -674,7 +674,6 @@ CONFIG_PANIC_ON_SCHED_BUG=y
CONFIG_PANIC_ON_RT_THROTTLING=y
CONFIG_SCHED_STACK_END_CHECK=y
# CONFIG_DEBUG_PREEMPT is not set
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_ATOMIC_SLEEP=y
CONFIG_DEBUG_LIST=y