X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Ftopology.h;fp=include%2Flinux%2Ftopology.h;h=e8eb0040ce3a241928476e46f8c1e6ed673e158f;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=ec1eca85290ade96c5f42da4d74acac2a8ae2407;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/linux/topology.h b/include/linux/topology.h index ec1eca852..e8eb0040c 100644 --- a/include/linux/topology.h +++ b/include/linux/topology.h @@ -134,8 +134,7 @@ .flags = SD_LOAD_BALANCE \ | SD_BALANCE_NEWIDLE \ | SD_BALANCE_EXEC \ - | SD_WAKE_AFFINE \ - | BALANCE_FOR_POWER, \ + | SD_WAKE_AFFINE, \ .last_balance = jiffies, \ .balance_interval = 1, \ .nr_balance_failed = 0, \ @@ -165,15 +164,6 @@ .nr_balance_failed = 0, \ } -#ifdef CONFIG_SCHED_MC -#ifndef SD_MC_INIT -/* for now its same as SD_CPU_INIT. - * TBD: Tune Domain parameters! - */ -#define SD_MC_INIT SD_CPU_INIT -#endif -#endif - #ifdef CONFIG_NUMA #ifndef SD_NODE_INIT #error Please define an appropriate SD_NODE_INIT in include/asm/topology.h!!!