X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fgfp.h;h=7c7400137e97f11dffd425004321d1e675b802a0;hb=6d1d07e41a1de478a0da3cc14b4a8054ef09931c;hp=8d6bf608b19942c91fd6939bbb1685c765174fd5;hpb=aef7b83c92dd0b7e994805440655d1d64147287b;p=linux-2.6 diff --git a/include/linux/gfp.h b/include/linux/gfp.h index 8d6bf608b1..7c7400137e 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h @@ -12,8 +12,8 @@ struct vm_area_struct; * GFP bitmasks.. */ /* Zone modifiers in GFP_ZONEMASK (see linux/mmzone.h - low two bits) */ -#define __GFP_DMA 0x01 -#define __GFP_HIGHMEM 0x02 +#define __GFP_DMA 0x01u +#define __GFP_HIGHMEM 0x02u /* * Action modifiers - doesn't change the zoning