From 13ee46989a7643cd0da2eeb3c063b2ef01bb048b Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Fri, 25 Jan 2008 21:08:20 +0100 Subject: [PATCH] --- yaml --- r: 76157 b: refs/heads/master c: 52d853431e8d9dc17ba94792123a3fe2bc039831 h: refs/heads/master i: 76155: 44ab4be68baa0a2138665f1762b547e93a562223 v: v3 --- [refs] | 2 +- trunk/include/linux/topology.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 15ed32949736..ec79c148e5d8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b913176917399e92e6f741672038c73d7ce93be5 +refs/heads/master: 52d853431e8d9dc17ba94792123a3fe2bc039831 diff --git a/trunk/include/linux/topology.h b/trunk/include/linux/topology.h index 47729f18bfdf..b6c073d8b709 100644 --- a/trunk/include/linux/topology.h +++ b/trunk/include/linux/topology.h @@ -103,6 +103,7 @@ .forkexec_idx = 0, \ .flags = SD_LOAD_BALANCE \ | SD_BALANCE_NEWIDLE \ + | SD_BALANCE_FORK \ | SD_BALANCE_EXEC \ | SD_WAKE_AFFINE \ | SD_WAKE_IDLE \ @@ -134,6 +135,7 @@ .forkexec_idx = 1, \ .flags = SD_LOAD_BALANCE \ | SD_BALANCE_NEWIDLE \ + | SD_BALANCE_FORK \ | SD_BALANCE_EXEC \ | SD_WAKE_AFFINE \ | SD_WAKE_IDLE \ @@ -165,6 +167,7 @@ .forkexec_idx = 1, \ .flags = SD_LOAD_BALANCE \ | SD_BALANCE_NEWIDLE \ + | SD_BALANCE_FORK \ | SD_BALANCE_EXEC \ | SD_WAKE_AFFINE \ | BALANCE_FOR_PKG_POWER,\