]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/page_alloc.c
[PATCH] slab: remove nested #ifdef CONFIG_NUMA
[linux-2.6-omap-h63xx.git] / mm / page_alloc.c
index 0b98f428b07b9684d67a847552cc946f6eb91a74..5eeeadd9f66ac72b40bbafa978c0e2682d2c164e 100644 (file)
@@ -1883,7 +1883,6 @@ bad:
 
 static inline void free_zone_pagesets(int cpu)
 {
-#ifdef CONFIG_NUMA
        struct zone *zone;
 
        for_each_zone(zone) {
@@ -1892,7 +1891,6 @@ static inline void free_zone_pagesets(int cpu)
                zone_pcp(zone, cpu) = NULL;
                kfree(pset);
        }
-#endif
 }
 
 static int __devinit pageset_cpuup_callback(struct notifier_block *nfb,