quoted hunk ↗ jump to hunk
-static void topology_work_fn(struct work_struct *work)
-{
- rebuild_sched_domains();
+ if (changed)
+ rebuild_sched_domains();
}
static DECLARE_WORK(topology_work, topology_work_fn);
@@ -1553,7 +1424,6 @@ void __init shared_proc_topology_init(void)
if (lppaca_shared_proc(get_lppaca())) {
bitmap_fill(cpumask_bits(&cpu_associativity_changes_mask),
nr_cpumask_bits);
- numa_update_cpu_topology(false);
Shouldn't we be calling topology_schedule_update() here?
}
}
--
Thanks and Regards
Srikar Dronamraju