locking/spinlock: Provide RT variant
authorThomas Gleixner <tglx@linutronix.de>
Sun, 15 Aug 2021 21:28:27 +0000 (23:28 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 17 Aug 2021 15:48:13 +0000 (17:48 +0200)
commit0f383b6dc96e976dfbf2721b0bf10bd96103b341
tree4bb7d5a809a0e83fdc28ee97d67d42ad0e61a03b
parent1c143c4b65da09081d644110e619decc49c9dee4
locking/spinlock: Provide RT variant

Provide the actual locking functions which make use of the general and
spinlock specific rtmutex code.

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.826621464@linutronix.de
kernel/locking/Makefile
kernel/locking/spinlock_rt.c [new file with mode: 0644]