]> git.baikalelectronics.ru Git - kernel.git/commit
sched: Make scheduler_ipi inline
authorThomas Gleixner <tglx@linutronix.de>
Fri, 27 Mar 2020 11:42:00 +0000 (12:42 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 12 May 2020 15:10:49 +0000 (17:10 +0200)
commit2a0a24ebb499c9d499eea948d3fc108f936e36d4
tree75c183b3c1d17134bfc4a5c736d02b83f57c5aa7
parent90b5363acd4739769c3f38c1aff16171bd133e8c
sched: Make scheduler_ipi inline

Now that the scheduler IPI is trivial and simple again there is no point to
have the little function out of line. This simplifies the effort of
constraining the instrumentation nicely.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexandre Chartre <alexandre.chartre@oracle.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200505134058.453581595@linutronix.de
include/linux/sched.h
kernel/sched/core.c