We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a21d5 commit 07d2597Copy full SHA for 07d2597
kernel/locking/rtmutex.c
@@ -343,7 +343,7 @@ static __always_inline bool
343
rt_mutex_cond_detect_deadlock(struct rt_mutex_waiter *waiter,
344
enum rtmutex_chainwalk chwalk)
345
{
346
- if (IS_ENABLED(CONFIG_DEBUG_RT_MUTEX))
+ if (IS_ENABLED(CONFIG_DEBUG_RT_MUTEXES))
347
return waiter != NULL;
348
return chwalk == RT_MUTEX_FULL_CHAINWALK;
349
}
0 commit comments