]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/topology.h
sched: add SD_BALANCE_NEWIDLE at MC and CPU level for sched_mc>0
[linux-2.6-omap-h63xx.git] / include / linux / topology.h
index 0ce7c0dac06c2876d709de210b74e675dd9eb222..e632d29f054473c2ca34186185f1d7bb797ef931 100644 (file)
@@ -125,7 +125,8 @@ int arch_update_cpu_topology(void);
                                | SD_WAKE_AFFINE        \
                                | SD_WAKE_BALANCE       \
                                | SD_SHARE_PKG_RESOURCES\
-                               | sd_balance_for_mc_power(),\
+                               | sd_balance_for_mc_power()\
+                               | sd_power_saving_flags(),\
        .last_balance           = jiffies,              \
        .balance_interval       = 1,                    \
 }
@@ -150,7 +151,8 @@ int arch_update_cpu_topology(void);
                                | SD_BALANCE_FORK       \
                                | SD_WAKE_AFFINE        \
                                | SD_WAKE_BALANCE       \
-                               | sd_balance_for_package_power(),\
+                               | sd_balance_for_package_power()\
+                               | sd_power_saving_flags(),\
        .last_balance           = jiffies,              \
        .balance_interval       = 1,                    \
 }