X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Fpage_alloc.c;h=6fe1b65ee1a81a761c0261456dfe4e01dab81c21;hb=7281201922a0063fa60804ce39c277fc98142a47;hp=08b349931ebc6bffef8be14c1d5d890750a88038;hpb=866707fc2721df8fee637fcf0239628b9231f9ea;p=pandora-kernel.git diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 08b349931ebc..6fe1b65ee1a8 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -57,6 +57,11 @@ #include #include "internal.h" +#ifdef CONFIG_USE_PERCPU_NUMA_NODE_ID +DEFINE_PER_CPU(int, numa_node); +EXPORT_PER_CPU_SYMBOL(numa_node); +#endif + /* * Array of node states. */