+1
−0
kernel/sched/smp.h
0 → 100644
+9
−0
+1
−4
Loading
Move the prototypes for sched_ttwu_pending() and send_call_function_single_ipi()
into the newly created kernel/sched/smp.h header, to make sure they are all
the same, and to architectures happy that use -Wmissing-prototypes.
Signed-off-by:
Ingo Molnar <mingo@kernel.org>