[PATCH] Build fix for CONFIG_NUMA=y && CONFIG_SMP=n
Regression caused by 434d53b00d
Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
@@ -7991,11 +7991,6 @@ void __init sched_init_smp(void)
|
|||||||
#else
|
#else
|
||||||
void __init sched_init_smp(void)
|
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();
|
sched_init_granularity();
|
||||||
}
|
}
|
||||||
#endif /* CONFIG_SMP */
|
#endif /* CONFIG_SMP */
|
||||||
|
Reference in New Issue
Block a user