Commit 03970f06 authored by Mike Travis's avatar Mike Travis Committed by Tony Luck

[PATCH] Build fix for CONFIG_NUMA=y && CONFIG_SMP=n

Regression caused by 434d53b0Signed-off-by: default avatarMike Travis <travis@sgi.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 472613b9
......@@ -7991,11 +7991,6 @@ void __init sched_init_smp(void)
#else
void __init sched_init_smp(void)
{
#if defined(CONFIG_NUMA)
sched_group_nodes_bycpu = kzalloc(nr_cpu_ids * sizeof(void **),
GFP_KERNEL);
BUG_ON(sched_group_nodes_bycpu == NULL);
#endif
sched_init_granularity();
}
#endif /* CONFIG_SMP */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment