diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init/main.c b/init/main.c index 217ed23e9487..2c76efb513c2 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -469,13 +469,12 @@ asmlinkage void __init start_kernel(void) | |||
469 | char * command_line; | 469 | char * command_line; |
470 | extern const struct kernel_param __start___param[], __stop___param[]; | 470 | extern const struct kernel_param __start___param[], __stop___param[]; |
471 | 471 | ||
472 | smp_setup_processor_id(); | ||
473 | |||
474 | /* | 472 | /* |
475 | * Need to run as early as possible, to initialize the | 473 | * Need to run as early as possible, to initialize the |
476 | * lockdep hash: | 474 | * lockdep hash: |
477 | */ | 475 | */ |
478 | lockdep_init(); | 476 | lockdep_init(); |
477 | smp_setup_processor_id(); | ||
479 | debug_objects_early_init(); | 478 | debug_objects_early_init(); |
480 | 479 | ||
481 | /* | 480 | /* |