diff options
author | Peter Zijlstra <peterz@infradead.org> | 2009-01-16 14:46:40 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-16 15:01:31 +0100 |
commit | ceacc2c1c85ac498ca4cf297bdfe5b4aaa9fd0e0 (patch) | |
tree | 4bac6a3e5544d90da1ee9437845120204d4bb382 /lib/Kconfig | |
parent | 398a153b16b09a68739928d4502455db9725ac86 (diff) | |
download | linux-3.10-ceacc2c1c85ac498ca4cf297bdfe5b4aaa9fd0e0.tar.gz linux-3.10-ceacc2c1c85ac498ca4cf297bdfe5b4aaa9fd0e0.tar.bz2 linux-3.10-ceacc2c1c85ac498ca4cf297bdfe5b4aaa9fd0e0.zip |
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 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 03c2c24b908..fc8ea1ca59d 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -136,12 +136,6 @@ config TEXTSEARCH_BM config TEXTSEARCH_FSM tristate -# -# plist support is select#ed if needed -# -config PLIST - boolean - config HAS_IOMEM boolean depends on !NO_IOMEM |