X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Ftopology.h;h=e8eb0040ce3a241928476e46f8c1e6ed673e158f;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=a305ae2e44b6dde305d3afe241768e32c47d8907;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/include/linux/topology.h b/include/linux/topology.h index a305ae2e4..e8eb0040c 100644 --- a/include/linux/topology.h +++ b/include/linux/topology.h @@ -164,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!!!