mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
init: Move radix_tree_init() early
Prepare for using radix trees in early_irq_init(). Signed-off-by: Yinghai Lu <yinghai@kernel.org> LKML-Reference: <1265793639-15071-30-git-send-email-yinghai@kernel.org> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
febcb0c59a
commit
773e3eb7b8
1 changed files with 1 additions and 1 deletions
|
@ -584,6 +584,7 @@ asmlinkage void __init start_kernel(void)
|
||||||
local_irq_disable();
|
local_irq_disable();
|
||||||
}
|
}
|
||||||
rcu_init();
|
rcu_init();
|
||||||
|
radix_tree_init();
|
||||||
/* init some links before init_ISA_irqs() */
|
/* init some links before init_ISA_irqs() */
|
||||||
early_irq_init();
|
early_irq_init();
|
||||||
init_IRQ();
|
init_IRQ();
|
||||||
|
@ -657,7 +658,6 @@ asmlinkage void __init start_kernel(void)
|
||||||
proc_caches_init();
|
proc_caches_init();
|
||||||
buffer_init();
|
buffer_init();
|
||||||
key_init();
|
key_init();
|
||||||
radix_tree_init();
|
|
||||||
security_init();
|
security_init();
|
||||||
vfs_caches_init(totalram_pages);
|
vfs_caches_init(totalram_pages);
|
||||||
signals_init();
|
signals_init();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue