diff options
Diffstat (limited to 'kernel/locking/rtmutex_common.h')
-rw-r--r-- | kernel/locking/rtmutex_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/locking/rtmutex_common.h b/kernel/locking/rtmutex_common.h index 9e36aeddce18..72ad45a9a794 100644 --- a/kernel/locking/rtmutex_common.h +++ b/kernel/locking/rtmutex_common.h | |||
@@ -34,6 +34,7 @@ struct rt_mutex_waiter { | |||
34 | struct rt_mutex *deadlock_lock; | 34 | struct rt_mutex *deadlock_lock; |
35 | #endif | 35 | #endif |
36 | int prio; | 36 | int prio; |
37 | u64 deadline; | ||
37 | }; | 38 | }; |
38 | 39 | ||
39 | /* | 40 | /* |