Skip to content
Commit 398a153b authored by Gregory Haskins's avatar Gregory Haskins
Browse files

sched: fix build error in kernel/sched_rt.c when RT_GROUP_SCHED && !SMP



Ingo found a build error in the scheduler when RT_GROUP_SCHED was
enabled, but SMP was not.  This patch rearranges the code such
that it is a little more streamlined and compiles under all permutations
of SMP, UP and RT_GROUP_SCHED.  It was boot tested on my 4-way x86_64
and it still passes preempt-test.

Signed-off-by: default avatarGregory Haskins <ghaskins@novell.com>
parent b07430ac
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment