perf expr: Fix memory leaks in metric bison
[linux-2.6-microblaze.git] / init / main.c
index 5803ecb..0337197 100644 (file)
@@ -1038,6 +1038,8 @@ asmlinkage __visible void __init start_kernel(void)
 
        /* Do the rest non-__init'ed, we're now alive */
        arch_call_rest_init();
+
+       prevent_tail_call_optimization();
 }
 
 /* Call all constructor functions linked into the kernel. */