diff options
| -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 6b69564738c1..913e48d658ee 100644 --- a/init/main.c +++ b/init/main.c | |||
| @@ -468,6 +468,7 @@ asmlinkage void __init start_kernel(void) | |||
| 468 | * Need to run as early as possible, to initialize the | 468 | * Need to run as early as possible, to initialize the |
| 469 | * lockdep hash: | 469 | * lockdep hash: |
| 470 | */ | 470 | */ |
| 471 | unwind_init(); | ||
| 471 | lockdep_init(); | 472 | lockdep_init(); |
| 472 | 473 | ||
| 473 | local_irq_disable(); | 474 | local_irq_disable(); |
| @@ -506,7 +507,6 @@ asmlinkage void __init start_kernel(void) | |||
| 506 | __stop___param - __start___param, | 507 | __stop___param - __start___param, |
| 507 | &unknown_bootoption); | 508 | &unknown_bootoption); |
| 508 | sort_main_extable(); | 509 | sort_main_extable(); |
| 509 | unwind_init(); | ||
| 510 | trap_init(); | 510 | trap_init(); |
| 511 | rcu_init(); | 511 | rcu_init(); |
| 512 | init_IRQ(); | 512 | init_IRQ(); |
