|
@@ -494,7 +494,6 @@ asmlinkage void __init start_kernel(void)
|
|
* Interrupts are still disabled. Do necessary setups, then
|
|
* Interrupts are still disabled. Do necessary setups, then
|
|
* enable them
|
|
* enable them
|
|
*/
|
|
*/
|
|
- tick_init();
|
|
|
|
boot_cpu_init();
|
|
boot_cpu_init();
|
|
page_address_init();
|
|
page_address_init();
|
|
printk(KERN_NOTICE "%s", linux_banner);
|
|
printk(KERN_NOTICE "%s", linux_banner);
|
|
@@ -551,6 +550,7 @@ asmlinkage void __init start_kernel(void)
|
|
/* init some links before init_ISA_irqs() */
|
|
/* init some links before init_ISA_irqs() */
|
|
early_irq_init();
|
|
early_irq_init();
|
|
init_IRQ();
|
|
init_IRQ();
|
|
|
|
+ tick_init();
|
|
init_timers();
|
|
init_timers();
|
|
hrtimers_init();
|
|
hrtimers_init();
|
|
softirq_init();
|
|
softirq_init();
|