diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2021-08-16 00:28:22 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2021-08-17 18:41:24 +0300 |
commit | 051790eecc03aff6978763791d38c1daea94c2f8 (patch) | |
tree | 4448509f285c4fd2589dc9f5b5d9b160a191490f /kernel/locking/mutex-debug.c | |
parent | e4e17af3b7f8841279b5a429de14907e26845c39 (diff) | |
download | linux-051790eecc03aff6978763791d38c1daea94c2f8.tar.xz |
locking/spinlock: Provide RT specific spinlock_t
RT replaces spinlocks with a simple wrapper around an rtmutex, which turns
spinlocks on RT into 'sleeping' spinlocks. The actual implementation of the
spinlock API differs from a regular rtmutex, as it does neither handle
timeouts nor signals and it is state preserving across the lock operation.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20210815211303.654230709@linutronix.de
Diffstat (limited to 'kernel/locking/mutex-debug.c')
0 files changed, 0 insertions, 0 deletions