summaryrefslogtreecommitdiff
path: root/include/linux/spinlock.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2021-08-15 23:28:22 +0200
committerIngo Molnar <mingo@kernel.org>2021-08-17 17:41:24 +0200
commit051790eecc03aff6978763791d38c1daea94c2f8 (patch)
tree4448509f285c4fd2589dc9f5b5d9b160a191490f /include/linux/spinlock.h
parente4e17af3b7f8841279b5a429de14907e26845c39 (diff)
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 'include/linux/spinlock.h')
0 files changed, 0 insertions, 0 deletions