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

Commit 6cb4b55c authored by Jeevan Shriram's avatar Jeevan Shriram Committed by Gerrit - the friendly Code Review server
Browse files

lib/Kconfig: Do not select WW_MUTEX_SLOWPATH with PROVE_LOCKING



WW_MUTEX_SLOWPATH injects a deadlock defined with inject countdown which
have performace impacts.

Few frameworks like DRM has recovery mechanism when a deadlock is observed,
which releases all the locks and tries to re-aquire them causing delay in
displaying a frame onto the screen.

Change-Id: I60c647c33baf8bb35e9815400b06ad57e3a71dd7
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 711ee746
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1114,7 +1114,6 @@ config PROVE_LOCKING
	select DEBUG_MUTEXES
	select DEBUG_RT_MUTEXES if RT_MUTEXES
	select DEBUG_RWSEMS if RWSEM_SPIN_ON_OWNER
	select DEBUG_WW_MUTEX_SLOWPATH
	select DEBUG_LOCK_ALLOC
	select TRACE_IRQFLAGS
	default n