X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Ftopology.h;h=c5087d7965871c5d9ec8e93d96c7fc4a8c5b3469;hb=4e25b2576efda24c02e2d6b9bcb5965a3f865f33;hp=40e37b10c6c031ab86ccd08c2123e235e259a8de;hpb=06808b0827e1cd14eedc96bac2655d5b37ac246c;p=deliverable%2Flinux.git diff --git a/arch/x86/include/asm/topology.h b/arch/x86/include/asm/topology.h index 40e37b10c6c0..c5087d796587 100644 --- a/arch/x86/include/asm/topology.h +++ b/arch/x86/include/asm/topology.h @@ -35,11 +35,16 @@ # endif #endif -/* Node not present */ -#define NUMA_NO_NODE (-1) +/* + * to preserve the visibility of NUMA_NO_NODE definition, + * moved to there from here. May be used independent of + * CONFIG_NUMA. + */ +#include #ifdef CONFIG_NUMA #include + #include #ifdef CONFIG_X86_32