mm: remove __GFP_COLD
[sfrench/cifs-2.6.git] / drivers / net / ethernet / synopsys / dwc-xlgmac-desc.c
index e9672b1f99680578af142c3ae25582fa2b88fc72..031cf9c3435a61f453b3aa8bc3af8a2057a389c2 100644 (file)
@@ -335,7 +335,7 @@ static int xlgmac_alloc_pages(struct xlgmac_pdata *pdata,
        dma_addr_t pages_dma;
 
        /* Try to obtain pages, decreasing order if necessary */
-       gfp |= __GFP_COLD | __GFP_COMP | __GFP_NOWARN;
+       gfp |= __GFP_COMP | __GFP_NOWARN;
        while (order >= 0) {
                pages = alloc_pages(gfp, order);
                if (pages)