diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c index 12c366944dbd..bea1287aecdc 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -495,7 +495,6 @@ asmlinkage void __init start_kernel(void) | |||
495 | * Interrupts are still disabled. Do necessary setups, then | 495 | * Interrupts are still disabled. Do necessary setups, then |
496 | * enable them | 496 | * enable them |
497 | */ | 497 | */ |
498 | tick_init(); | ||
499 | boot_cpu_init(); | 498 | boot_cpu_init(); |
500 | page_address_init(); | 499 | page_address_init(); |
501 | pr_notice("%s", linux_banner); | 500 | pr_notice("%s", linux_banner); |
@@ -549,6 +548,7 @@ asmlinkage void __init start_kernel(void) | |||
549 | /* init some links before init_ISA_irqs() */ | 548 | /* init some links before init_ISA_irqs() */ |
550 | early_irq_init(); | 549 | early_irq_init(); |
551 | init_IRQ(); | 550 | init_IRQ(); |
551 | tick_init(); | ||
552 | init_timers(); | 552 | init_timers(); |
553 | hrtimers_init(); | 553 | hrtimers_init(); |
554 | softirq_init(); | 554 | softirq_init(); |