diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c index f715b9b89753..9a970d317ea5 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -490,6 +490,7 @@ asmlinkage void __init start_kernel(void) | |||
490 | hrtimers_init(); | 490 | hrtimers_init(); |
491 | softirq_init(); | 491 | softirq_init(); |
492 | time_init(); | 492 | time_init(); |
493 | timekeeping_init(); | ||
493 | 494 | ||
494 | /* | 495 | /* |
495 | * HACK ALERT! This is early. We're enabling the console before | 496 | * HACK ALERT! This is early. We're enabling the console before |