]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sched: Move STDL_INIT() functions out-of-line
authorPeter Zijlstra <peterz@infradead.org>
Tue, 26 Aug 2025 08:55:55 +0000 (10:55 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Wed, 3 Sep 2025 08:03:13 +0000 (10:03 +0200)
commit91c614f09abf1d45aac6b475d82a36c704b527ee
treec4936888a3b6016e7f4666786c5ad4fc373a8b23
parent661f951e371cc134ea31c84238dbdc9a898b8403
sched: Move STDL_INIT() functions out-of-line

Since all these functions are address-taken in SDTL_INIT() and called
indirectly, it doesn't really make sense for them to be inline.

Suggested-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
include/linux/sched/topology.h
kernel/sched/topology.c