summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kernel/rtmutex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rtmutex.c b/kernel/rtmutex.c
index d2cdfa6..f78bbcd 100644
--- a/kernel/rtmutex.c
+++ b/kernel/rtmutex.c
@@ -1128,6 +1128,7 @@ static inline int __sched
__mutex_lock_check_stamp(struct rt_mutex *lock, struct ww_acquire_ctx *ctx)
{
BUG();
+ return 0;
}
#endif