aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/init/main.c b/init/main.c
index 3627bb37225..4a9479ef454 100644
--- a/init/main.c
+++ b/init/main.c
@@ -787,15 +787,6 @@ static int __init kernel_init(void * unused)
787 * init can run on any cpu. 787 * init can run on any cpu.
788 */ 788 */
789 set_cpus_allowed_ptr(current, cpu_all_mask); 789 set_cpus_allowed_ptr(current, cpu_all_mask);
790 /*
791 * Tell the world that we're going to be the grim
792 * reaper of innocent orphaned children.
793 *
794 * We don't want people to have to make incorrect
795 * assumptions about where in the task array this
796 * can be found.
797 */
798 init_pid_ns.child_reaper = current;
799 790
800 cad_pid = task_pid(current); 791 cad_pid = task_pid(current);
801 792