]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/x86/kernel/itmt.c
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / arch / x86 / kernel / itmt.c
index cb9c1ed1d3919574ff1e54cc2a0ee66a8d0c36bf..f73f475d057339ce26283c0423d9b77a78442064 100644 (file)
@@ -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);