From 0751ea2e1719575053a834cd16f4c67d9ec8a7a1 Mon Sep 17 00:00:00 2001 From: Peter Zijlstra Date: Fri, 11 Sep 2009 18:42:15 +0200 Subject: [PATCH] --- yaml --- r: 163003 b: refs/heads/master c: 6bd7821f905a8d6c471f0d6675f5cb7ea448d791 h: refs/heads/master i: 163001: bcb8af32c89c2b6fbac871d4ec4879dd1b4bdbb0 162999: 07a47f9da976cfe523f7f413ca7551fdc0613a4c v: v3 --- [refs] | 2 +- trunk/include/linux/topology.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 08f61c52d8fd..c30f1fab4dc6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 78e7ed53c9f42f04f9401ada6f7047db60781676 +refs/heads/master: 6bd7821f905a8d6c471f0d6675f5cb7ea448d791 diff --git a/trunk/include/linux/topology.h b/trunk/include/linux/topology.h index fef57040a4e2..c87edcd87967 100644 --- a/trunk/include/linux/topology.h +++ b/trunk/include/linux/topology.h @@ -160,7 +160,7 @@ int arch_update_cpu_topology(void); | 1*SD_BALANCE_EXEC \ | 1*SD_BALANCE_FORK \ | 1*SD_BALANCE_WAKE \ - | 0*SD_WAKE_AFFINE \ + | 1*SD_WAKE_AFFINE \ | 0*SD_SHARE_CPUPOWER \ | 0*SD_SHARE_PKG_RESOURCES \ | 0*SD_SERIALIZE \ @@ -186,7 +186,7 @@ int arch_update_cpu_topology(void); | 0*SD_BALANCE_EXEC \ | 0*SD_BALANCE_FORK \ | 0*SD_BALANCE_WAKE \ - | 1*SD_WAKE_AFFINE \ + | 0*SD_WAKE_AFFINE \ | 0*SD_SHARE_CPUPOWER \ | 0*SD_POWERSAVINGS_BALANCE \ | 0*SD_SHARE_PKG_RESOURCES \