diff options
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c index a84322ca64a2..b44e4eb0f5e3 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -546,6 +546,12 @@ asmlinkage void __init start_kernel(void) | |||
546 | unwind_init(); | 546 | unwind_init(); |
547 | lockdep_init(); | 547 | lockdep_init(); |
548 | debug_objects_early_init(); | 548 | debug_objects_early_init(); |
549 | |||
550 | /* | ||
551 | * Set up the the initial canary ASAP: | ||
552 | */ | ||
553 | boot_init_stack_canary(); | ||
554 | |||
549 | cgroup_init_early(); | 555 | cgroup_init_early(); |
550 | 556 | ||
551 | local_irq_disable(); | 557 | local_irq_disable(); |