aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c
index 6bf83afd654d..1ac7ec78e601 100644
--- a/init/main.c
+++ b/init/main.c
@@ -842,7 +842,7 @@ static int __init kernel_init(void * unused)
842 /* 842 /*
843 * init can run on any cpu. 843 * init can run on any cpu.
844 */ 844 */
845 set_cpus_allowed_ptr(current, CPU_MASK_ALL_PTR); 845 set_cpus_allowed_ptr(current, cpu_all_mask);
846 /* 846 /*
847 * Tell the world that we're going to be the grim 847 * Tell the world that we're going to be the grim
848 * reaper of innocent orphaned children. 848 * reaper of innocent orphaned children.