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 fc473d4b56fd..628b8e9e841a 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -466,6 +466,7 @@ asmlinkage void __init start_kernel(void) | |||
466 | 466 | ||
467 | local_irq_disable(); | 467 | local_irq_disable(); |
468 | early_boot_irqs_off(); | 468 | early_boot_irqs_off(); |
469 | early_init_irq_lock_class(); | ||
469 | 470 | ||
470 | /* | 471 | /* |
471 | * Interrupts are still disabled. Do necessary setups, then | 472 | * Interrupts are still disabled. Do necessary setups, then |