]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/gfp.h
[PATCH] namespaces: utsname: implement CLONE_NEWUTS flag
[linux-2.6-omap-h63xx.git] / include / linux / gfp.h
index 8b34aabfe4c61129c78e378365372ae6831bc6c8..bf2b6bc3f6fd4fc35dec4dc8072b26c160458dfe 100644 (file)
@@ -67,7 +67,12 @@ struct vm_area_struct;
 #define GFP_HIGHUSER   (__GFP_WAIT | __GFP_IO | __GFP_FS | __GFP_HARDWALL | \
                         __GFP_HIGHMEM)
 
+#ifdef CONFIG_NUMA
 #define GFP_THISNODE   (__GFP_THISNODE | __GFP_NOWARN | __GFP_NORETRY)
+#else
+#define GFP_THISNODE   0
+#endif
+
 
 /* Flag - indicates that the buffer will be suitable for DMA.  Ignored on some
    platforms, used as appropriate on others */