diff options
Diffstat (limited to 'init/main.c')
-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 f556fd0a0b66..80af1a52485f 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -492,6 +492,7 @@ asmlinkage void __init start_kernel(void) | |||
492 | hrtimers_init(); | 492 | hrtimers_init(); |
493 | softirq_init(); | 493 | softirq_init(); |
494 | time_init(); | 494 | time_init(); |
495 | timekeeping_init(); | ||
495 | 496 | ||
496 | /* | 497 | /* |
497 | * HACK ALERT! This is early. We're enabling the console before | 498 | * HACK ALERT! This is early. We're enabling the console before |