diff --git a/[refs] b/[refs] index f9c38da6be7c..4e43d24102bc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ca3273f9646694e0419cfb9d6c12deb1c9aff27c +refs/heads/master: 14800984706bf6936bbec5187f736e928be5c218 diff --git a/trunk/include/linux/topology.h b/trunk/include/linux/topology.h index 34a7ee0ebed2..a8d840595b7e 100644 --- a/trunk/include/linux/topology.h +++ b/trunk/include/linux/topology.h @@ -120,10 +120,10 @@ void arch_update_cpu_topology(void); .wake_idx = 1, \ .forkexec_idx = 1, \ .flags = SD_LOAD_BALANCE \ - | SD_BALANCE_NEWIDLE \ | SD_BALANCE_FORK \ | SD_BALANCE_EXEC \ | SD_WAKE_AFFINE \ + | SD_WAKE_BALANCE \ | SD_SHARE_PKG_RESOURCES\ | BALANCE_FOR_MC_POWER, \ .last_balance = jiffies, \