X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=mm%2Fsparse.c;h=7272f7a1449dc6067fe77ed7684f0e720a76dfe1;hb=f88bb1cb3e5cdf9a59c171bbbac2cfd78b1c3f05;hp=55c18aff3e423b105fb61e884fc44b9659a3dda2;hpb=b7050b242430f3170e0b57f5f55136e44cb8dc66;p=linux-2.6-microblaze.git diff --git a/mm/sparse.c b/mm/sparse.c index 55c18aff3e42..7272f7a1449d 100644 --- a/mm/sparse.c +++ b/mm/sparse.c @@ -346,7 +346,7 @@ size_t mem_section_usage_size(void) static inline phys_addr_t pgdat_to_phys(struct pglist_data *pgdat) { -#ifndef CONFIG_NEED_MULTIPLE_NODES +#ifndef CONFIG_NUMA return __pa_symbol(pgdat); #else return __pa(pgdat);