+1
−0
+7
−0
kernel/sched_cpupri.c
0 → 100644
+174
−0
kernel/sched_cpupri.h
0 → 100644
+36
−0
+21
−77
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The current code use a linear algorithm which causes scaling issues on larger SMP machines. This patch replaces that algorithm with a 2-dimensional bitmap to reduce latencies in the wake-up path. Signed-off-by:Gregory Haskins <ghaskins@novell.com> Acked-by:
Steven Rostedt <srostedt@redhat.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de>