From 49347875287d1d1e85301fae8c968cd8402ef08d Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Thu, 29 May 2008 14:32:23 +0200 Subject: [PATCH] --- yaml --- r: 97431 b: refs/heads/master c: ea3f01f8afd3bc5daff915cc4ea5cc5ea9e7d427 h: refs/heads/master i: 97429: b5c9d15a75064b319d3ac3a9a4ce9a07d47086a4 97427: 99a5cbe87bb43478709aa6ecbe23dff1f6eee786 97423: a6f1f5d9145d3bab599d052baeefefe343e07384 v: v3 --- [refs] | 2 +- trunk/include/linux/topology.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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, \ }