Index: linux-2.6.14-mm2/include/linux/mempolicy.h =================================================================== --- linux-2.6.14-mm2.orig/include/linux/mempolicy.h 2005-11-16 10:27:41.000000000 -0800 +++ linux-2.6.14-mm2/include/linux/mempolicy.h 2005-11-16 10:43:41.000000000 -0800 @@ -2,7 +2,6 @@ #define _LINUX_MEMPOLICY_H 1 #include - /* * NUMA memory policies for Linux. * Copyright 2003,2004 Andi Kleen SuSE Labs @@ -230,7 +229,7 @@ static inline int do_migrate_pages(struc static inline struct zonelist *huge_zonelist(struct vm_area_struct *vma, unsigned long addr) { - return NULL; + return NODE_DATA(0)->node_zonelists + gfp_zone(GFP_HIGHUSER); } #endif /* CONFIG_NUMA */