X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=mm%2Fvmalloc.c;h=9c539f0730a510738cebabb878e6ab4ca5083241;hb=aef511fb91b6efb2d355c2704cf979f3202d310a;hp=d33894d7b27a1d1a1c42b3982d65b08108cf1c58;hpb=6f8ee8d36d076b517028b60911877e27bc1d8363;p=linux-2.6-microblaze.git diff --git a/mm/vmalloc.c b/mm/vmalloc.c index d33894d7b27a..9c539f0730a5 100644 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@ -3083,7 +3083,7 @@ EXPORT_SYMBOL(vzalloc_node); * 64b systems should always have either DMA or DMA32 zones. For others * GFP_DMA32 should do the right thing and use the normal zone. */ -#define GFP_VMALLOC32 GFP_DMA32 | GFP_KERNEL +#define GFP_VMALLOC32 (GFP_DMA32 | GFP_KERNEL) #endif /**