From 10fb5bc9656b78852fdc5f0c31dff8c1887ca554 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Fri, 4 Sep 2009 11:32:54 +0200 Subject: [PATCH] --- yaml --- r: 158375 b: refs/heads/master c: 840a0653100dbde599ae8ddf83fa214dfa5fd1aa h: refs/heads/master i: 158373: 412f5abd7498d67010bce08fa9233b9435644c84 158371: c4e5d72f9f085ffc4651a587021327ee59788795 158367: 43e3089561cba9b1ca94c22768d59b54557399cf v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/topology.h | 2 +- trunk/include/linux/topology.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 9d8f1d1ff7e4..3db80f11b9b8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 47734f89be0614b5acbd6a532390f9c72f019648 +refs/heads/master: 840a0653100dbde599ae8ddf83fa214dfa5fd1aa diff --git a/trunk/arch/x86/include/asm/topology.h b/trunk/arch/x86/include/asm/topology.h index be29eb81fb06..ef7bc7fc2528 100644 --- a/trunk/arch/x86/include/asm/topology.h +++ b/trunk/arch/x86/include/asm/topology.h @@ -142,7 +142,7 @@ extern unsigned long node_remap_size[]; .forkexec_idx = SD_FORKEXEC_IDX, \ \ .flags = 1*SD_LOAD_BALANCE \ - | 0*SD_BALANCE_NEWIDLE \ + | 1*SD_BALANCE_NEWIDLE \ | 1*SD_BALANCE_EXEC \ | 1*SD_BALANCE_FORK \ | 0*SD_WAKE_IDLE \ diff --git a/trunk/include/linux/topology.h b/trunk/include/linux/topology.h index fe2c0329f82f..66774fddec9b 100644 --- a/trunk/include/linux/topology.h +++ b/trunk/include/linux/topology.h @@ -126,7 +126,7 @@ int arch_update_cpu_topology(void); .forkexec_idx = 1, \ \ .flags = 1*SD_LOAD_BALANCE \ - | 0*SD_BALANCE_NEWIDLE \ + | 1*SD_BALANCE_NEWIDLE \ | 1*SD_BALANCE_EXEC \ | 1*SD_BALANCE_FORK \ | 0*SD_WAKE_IDLE \ @@ -160,7 +160,7 @@ int arch_update_cpu_topology(void); .forkexec_idx = 1, \ \ .flags = 1*SD_LOAD_BALANCE \ - | 0*SD_BALANCE_NEWIDLE \ + | 1*SD_BALANCE_NEWIDLE \ | 1*SD_BALANCE_EXEC \ | 1*SD_BALANCE_FORK \ | 0*SD_WAKE_IDLE \