diff options
author | Peter Zijlstra <peterz@infradead.org> | 2009-01-16 08:46:40 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-16 09:01:31 -0500 |
commit | ceacc2c1c85ac498ca4cf297bdfe5b4aaa9fd0e0 (patch) | |
tree | 4bac6a3e5544d90da1ee9437845120204d4bb382 /init/Kconfig | |
parent | 398a153b16b09a68739928d4502455db9725ac86 (diff) |
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>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index a724a149bf3f..19b78aa010e3 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -874,7 +874,6 @@ config SLABINFO | |||
874 | 874 | ||
875 | config RT_MUTEXES | 875 | config RT_MUTEXES |
876 | boolean | 876 | boolean |
877 | select PLIST | ||
878 | 877 | ||
879 | config BASE_SMALL | 878 | config BASE_SMALL |
880 | int | 879 | int |