diff options
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c index 2a9b88aa5e76..29d8d847de94 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -515,6 +515,9 @@ asmlinkage void __init start_kernel(void) | |||
515 | parse_args("Booting kernel", static_command_line, __start___param, | 515 | parse_args("Booting kernel", static_command_line, __start___param, |
516 | __stop___param - __start___param, | 516 | __stop___param - __start___param, |
517 | &unknown_bootoption); | 517 | &unknown_bootoption); |
518 | |||
519 | jump_label_init(); | ||
520 | |||
518 | /* | 521 | /* |
519 | * These use large bootmem allocations and must precede | 522 | * These use large bootmem allocations and must precede |
520 | * kmem_cache_init() | 523 | * kmem_cache_init() |