diff --git a/[refs] b/[refs] index 4e6653a31d8f..796af3882a19 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b3137bc8e77962a8e3b4dfdc1bcfd38e437bd278 +refs/heads/master: ea3f01f8afd3bc5daff915cc4ea5cc5ea9e7d427 diff --git a/trunk/include/linux/topology.h b/trunk/include/linux/topology.h index 4bb7074a2c3a..24f3d2282e11 100644 --- a/trunk/include/linux/topology.h +++ b/trunk/include/linux/topology.h @@ -166,7 +166,9 @@ void arch_update_cpu_topology(void); .busy_idx = 3, \ .idle_idx = 3, \ .flags = SD_LOAD_BALANCE \ - | SD_SERIALIZE, \ + | SD_BALANCE_NEWIDLE \ + | SD_WAKE_AFFINE \ + | SD_SERIALIZE, \ .last_balance = jiffies, \ .balance_interval = 64, \ }