aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c
index a3fbcc0a0abc..3e8b3ba27175 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -358,7 +358,7 @@ int __cpuinit cpu_up(unsigned int cpu)
358 } 358 }
359 359
360 if (pgdat->node_zonelists->_zonerefs->zone == NULL) 360 if (pgdat->node_zonelists->_zonerefs->zone == NULL)
361 build_all_zonelists(); 361 build_all_zonelists(NULL);
362#endif 362#endif
363 363
364 cpu_maps_update_begin(); 364 cpu_maps_update_begin();