Index: linux-2.6.15-rc2-mm1/mm/page_alloc.c =================================================================== --- linux-2.6.15-rc2-mm1.orig/mm/page_alloc.c 2005-11-28 12:30:08.000000000 -0800 +++ linux-2.6.15-rc2-mm1/mm/page_alloc.c 2005-11-29 16:28:57.000000000 -0800 @@ -1937,7 +1937,6 @@ bad: static inline void free_zone_pagesets(int cpu) { -#ifdef CONFIG_NUMA struct zone *zone; for_each_zone(zone) { @@ -1946,7 +1945,6 @@ static inline void free_zone_pagesets(in zone_pcp(zone, cpu) = NULL; kfree(pset); } -#endif } static int __devinit pageset_cpuup_callback(struct notifier_block *nfb,