diff options
author | Michel Lespinasse <walken@google.com> | 2012-10-08 19:31:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-09 03:22:40 -0400 |
commit | 147e615f83c2c36caf89e7a3bf78090ade6f266c (patch) | |
tree | 0cd64fd67f4b55bbe364217911a8100827c8b04f /init | |
parent | 85d3a316c714197f94e75c1e5b2d37607d66e5de (diff) |
prio_tree: remove
After both prio_tree users have been converted to use red-black trees,
there is no need to keep around the prio tree library anymore.
Signed-off-by: Michel Lespinasse <walken@google.com>
Cc: Rik van Riel <riel@redhat.com>
Cc: Hillf Danton <dhillf@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init/main.c b/init/main.c index db34c0ec4711..313360fe1118 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -86,7 +86,6 @@ extern void init_IRQ(void); | |||
86 | extern void fork_init(unsigned long); | 86 | extern void fork_init(unsigned long); |
87 | extern void mca_init(void); | 87 | extern void mca_init(void); |
88 | extern void sbus_init(void); | 88 | extern void sbus_init(void); |
89 | extern void prio_tree_init(void); | ||
90 | extern void radix_tree_init(void); | 89 | extern void radix_tree_init(void); |
91 | #ifndef CONFIG_DEBUG_RODATA | 90 | #ifndef CONFIG_DEBUG_RODATA |
92 | static inline void mark_rodata_ro(void) { } | 91 | static inline void mark_rodata_ro(void) { } |
@@ -547,7 +546,6 @@ asmlinkage void __init start_kernel(void) | |||
547 | /* init some links before init_ISA_irqs() */ | 546 | /* init some links before init_ISA_irqs() */ |
548 | early_irq_init(); | 547 | early_irq_init(); |
549 | init_IRQ(); | 548 | init_IRQ(); |
550 | prio_tree_init(); | ||
551 | init_timers(); | 549 | init_timers(); |
552 | hrtimers_init(); | 550 | hrtimers_init(); |
553 | softirq_init(); | 551 | softirq_init(); |