Merge branch 'akpm' (patches from Andrew)
[sfrench/cifs-2.6.git] / drivers / net / ethernet / sfc / falcon / rx.c
index 382019b302db6cc51f2b19d1faa77a2d72660f7a..02456ed13a7d467d1a4a54038e112329217283d5 100644 (file)
@@ -163,7 +163,7 @@ static int ef4_init_rx_buffers(struct ef4_rx_queue *rx_queue, bool atomic)
        do {
                page = ef4_reuse_page(rx_queue);
                if (page == NULL) {
-                       page = alloc_pages(__GFP_COLD | __GFP_COMP |
+                       page = alloc_pages(__GFP_COMP |
                                           (atomic ? GFP_ATOMIC : GFP_KERNEL),
                                           efx->rx_buffer_order);
                        if (unlikely(page == NULL))