sched: make plist a library facility
authorPeter Zijlstra <peterz@infradead.org>
Fri, 16 Jan 2009 13:46:40 +0000 (14:46 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 16 Jan 2009 14:01:31 +0000 (15:01 +0100)
commitceacc2c1c85ac498ca4cf297bdfe5b4aaa9fd0e0
tree4bac6a3e5544d90da1ee9437845120204d4bb382
parent398a153b16b09a68739928d4502455db9725ac86
sched: make plist a library facility

Ingo Molnar wrote:

> here's a new build failure with tip/sched/rt:
>
>   LD      .tmp_vmlinux1
> kernel/built-in.o: In function `set_curr_task_rt':
> sched.c:(.text+0x3675): undefined reference to `plist_del'
> kernel/built-in.o: In function `pick_next_task_rt':
> sched.c:(.text+0x37ce): undefined reference to `plist_del'
> kernel/built-in.o: In function `enqueue_pushable_task':
> sched.c:(.text+0x381c): undefined reference to `plist_del'

Eliminate the plist library kconfig and make it available
unconditionally.

Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
init/Kconfig
kernel/sched_rt.c
lib/Kconfig
lib/Makefile