|
@@ -132,10 +132,8 @@ int sched_set_itmt_support(void)
|
|
|
|
|
|
sysctl_sched_itmt_enabled = 1;
|
|
|
|
|
|
- if (sysctl_sched_itmt_enabled) {
|
|
|
- x86_topology_update = true;
|
|
|
- rebuild_sched_domains();
|
|
|
- }
|
|
|
+ x86_topology_update = true;
|
|
|
+ rebuild_sched_domains();
|
|
|
|
|
|
mutex_unlock(&itmt_update_mutex);
|
|
|
|