tools headers UAPI: Synch KVM's svm.h header with the kernel
[linux-2.6-microblaze.git] / mm / sparse.c
index 55c18af..7272f7a 100644 (file)
@@ -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);