diff options
author | 2021-08-15 23:28:16 +0200 | |
---|---|---|
committer | 2021-08-17 17:27:28 +0200 | |
commit | a403abbdc715986760821e67731d60ff65bde4bd (patch) | |
tree | aff3bacd411402e704e1f7300917b94da6d09708 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | locking/spinlock: Split the lock types header, and move the raw types into <linux/spinlock_types_raw.h> (diff) | |
download | linux-dev-a403abbdc715986760821e67731d60ff65bde4bd.tar.xz linux-dev-a403abbdc715986760821e67731d60ff65bde4bd.zip |
locking/rtmutex: Prevent future include recursion hell
rtmutex only needs raw_spinlock_t, but it includes spinlock_types.h, which
is not a problem on an non RT enabled kernel.
RT kernels substitute regular spinlocks with 'sleeping' spinlocks, which
are based on rtmutexes, and therefore must be able to include rtmutex.h.
Include <linux/spinlock_types_raw.h> instead.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
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.428224188@linutronix.de
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions