diff options
| -rw-r--r-- | mm/page_alloc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index a4e1db3f1981..4e8985acdab8 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
| @@ -2247,10 +2247,6 @@ __alloc_pages_nodemask(gfp_t gfp_mask, unsigned int order, | |||
| 2247 | 2247 | ||
| 2248 | if (should_fail_alloc_page(gfp_mask, order)) | 2248 | if (should_fail_alloc_page(gfp_mask, order)) |
| 2249 | return NULL; | 2249 | return NULL; |
| 2250 | #ifndef CONFIG_ZONE_DMA | ||
| 2251 | if (WARN_ON_ONCE(gfp_mask & __GFP_DMA)) | ||
| 2252 | return NULL; | ||
| 2253 | #endif | ||
| 2254 | 2250 | ||
| 2255 | /* | 2251 | /* |
| 2256 | * Check the zones suitable for the gfp_mask contain at least one | 2252 | * Check the zones suitable for the gfp_mask contain at least one |
