|
@@ -787,15 +787,6 @@ static int __init kernel_init(void * unused)
|
|
|
* init can run on any cpu.
|
|
|
*/
|
|
|
set_cpus_allowed_ptr(current, cpu_all_mask);
|
|
|
- /*
|
|
|
- * Tell the world that we're going to be the grim
|
|
|
- * reaper of innocent orphaned children.
|
|
|
- *
|
|
|
- * We don't want people to have to make incorrect
|
|
|
- * assumptions about where in the task array this
|
|
|
- * can be found.
|
|
|
- */
|
|
|
- init_pid_ns.child_reaper = current;
|
|
|
|
|
|
cad_pid = task_pid(current);
|
|
|
|