aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c
index e8d080cab443..1940fa75e82e 100644
--- a/init/main.c
+++ b/init/main.c
@@ -801,6 +801,7 @@ static int __init kernel_init(void * unused)
801 */ 801 */
802 init_pid_ns.child_reaper = current; 802 init_pid_ns.child_reaper = current;
803 803
804 __set_special_pids(1, 1);
804 cad_pid = task_pid(current); 805 cad_pid = task_pid(current);
805 806
806 smp_prepare_cpus(max_cpus); 807 smp_prepare_cpus(max_cpus);