commit | 420594296838fdc9a674470d710cda7d1487f9f4 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Feb 14 09:44:08 2008 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon May 26 16:15:32 2008 +0200 |
tree | 2596b86ce8dcdfe3679964536efce45014bc6cf2 | |
parent | 18aa8bb12dcb10adc3d7c9d69714d53667c0ab7f [diff] [blame] |
x86: fix the stackprotector canary of the boot CPU Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/init/main.c b/init/main.c index a84322c..b44e4eb 100644 --- a/init/main.c +++ b/init/main.c
@@ -546,6 +546,12 @@ unwind_init(); lockdep_init(); debug_objects_early_init(); + + /* + * Set up the the initial canary ASAP: + */ + boot_init_stack_canary(); + cgroup_init_early(); local_irq_disable();