diff options
author | 2021-08-15 23:28:19 +0200 | |
---|---|---|
committer | 2021-08-17 17:36:48 +0200 | |
commit | 089050cafa10f408c9e18ad53965db839b894840 (patch) | |
tree | b70b0341a2371dcc54853fc1864c53055515c74d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | locking/lockdep: Reduce header dependencies in <linux/debug_locks.h> (diff) | |
download | linux-dev-089050cafa10f408c9e18ad53965db839b894840.tar.xz linux-dev-089050cafa10f408c9e18ad53965db839b894840.zip |
rbtree: Split out the rbtree type definitions into <linux/rbtree_types.h>
So we have this header dependency problem on RT:
- <linux/rtmutex.h> needs the definition of 'struct rb_root_cached'.
- <linux/rbtree.h> includes <linux/kernel.h>, which includes <linux/spinlock.h>.
That works nicely for non-RT enabled kernels, but on RT enabled kernels
spinlocks are based on rtmutexes, which creates another circular header
dependency, as <linux/spinlocks.h> will require <linux/rtmutex.h>.
Split out the type definitions and move them into their own header file so
the rtmutex header can include just those.
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.542123501@linutronix.de
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions