aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorMichel Lespinasse2012-10-08 18:31:30 -0500
committerLinus Torvalds2012-10-09 02:22:40 -0500
commit147e615f83c2c36caf89e7a3bf78090ade6f266c (patch)
tree0cd64fd67f4b55bbe364217911a8100827c8b04f /init
parent85d3a316c714197f94e75c1e5b2d37607d66e5de (diff)
downloadkernel-video-147e615f83c2c36caf89e7a3bf78090ade6f266c.tar.gz
kernel-video-147e615f83c2c36caf89e7a3bf78090ade6f266c.tar.xz
kernel-video-147e615f83c2c36caf89e7a3bf78090ade6f266c.zip
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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/init/main.c b/init/main.c
index db34c0ec471..313360fe111 100644
--- a/init/main.c
+++ b/init/main.c
@@ -86,7 +86,6 @@ extern void init_IRQ(void);
86extern void fork_init(unsigned long); 86extern void fork_init(unsigned long);
87extern void mca_init(void); 87extern void mca_init(void);
88extern void sbus_init(void); 88extern void sbus_init(void);
89extern void prio_tree_init(void);
90extern void radix_tree_init(void); 89extern void radix_tree_init(void);
91#ifndef CONFIG_DEBUG_RODATA 90#ifndef CONFIG_DEBUG_RODATA
92static inline void mark_rodata_ro(void) { } 91static 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();