locking/spinlock: Provide RT variant header: <linux/spinlock_rt.h>
authorThomas Gleixner <tglx@linutronix.de>
Sun, 15 Aug 2021 21:28:23 +0000 (23:28 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 17 Aug 2021 15:43:24 +0000 (17:43 +0200)
commit342a93247e0837101f27bbcca26f402902df98dc
treee7e298f8a4fba435fd8164a82d96f77e6dfa467f
parent051790eecc03aff6978763791d38c1daea94c2f8
locking/spinlock: Provide RT variant header: <linux/spinlock_rt.h>

Provide the necessary wrappers around the actual rtmutex based spinlock
implementation.

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.712897671@linutronix.de
include/linux/spinlock.h
include/linux/spinlock_api_smp.h
include/linux/spinlock_rt.h [new file with mode: 0644]