sched: add CONFIG_SMP consistency
authorLi Zefan <lizf@cn.fujitsu.com>
Wed, 22 Oct 2008 07:25:26 +0000 (15:25 +0800)
committerIngo Molnar <mingo@elte.hu>
Wed, 22 Oct 2008 08:01:52 +0000 (10:01 +0200)
commit4ce72a2c063a7fa8e42a9435440ae3364115a58d
tree427b25960945524a205c7d8ed20ed5f02325175e
parent0c4b83da58ec2e96ce9c44c211d6eac5f9dae478
sched: add CONFIG_SMP consistency

a patch from Henrik Austad did this:

>> Do not declare select_task_rq as part of sched_class when CONFIG_SMP is
>> not set.

Peter observed:

> While a proper cleanup, could you do it by re-arranging the methods so
> as to not create an additional ifdef?

Do not declare select_task_rq and some other methods as part of sched_class
when CONFIG_SMP is not set.

Also gather those methods to avoid CONFIG_SMP mess.

Idea-by: Henrik Austad <henrik.austad@gmail.com>
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Acked-by: Henrik Austad <henrik@austad.us>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/sched.h
kernel/sched_fair.c
kernel/sched_idletask.c
kernel/sched_rt.c