aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/ttm/ttm_page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_page_alloc.c b/drivers/gpu/drm/ttm/ttm_page_alloc.c
index 0d9a42c2394f..b6d152360675 100644
--- a/drivers/gpu/drm/ttm/ttm_page_alloc.c
+++ b/drivers/gpu/drm/ttm/ttm_page_alloc.c
@@ -671,7 +671,7 @@ int ttm_get_pages(struct list_head *pages, int flags,
671 if (flags & TTM_PAGE_FLAG_DMA32) 671 if (flags & TTM_PAGE_FLAG_DMA32)
672 gfp_flags |= GFP_DMA32; 672 gfp_flags |= GFP_DMA32;
673 else 673 else
674 gfp_flags |= __GFP_HIGHMEM; 674 gfp_flags |= GFP_HIGHUSER;
675 675
676 for (r = 0; r < count; ++r) { 676 for (r = 0; r < count; ++r) {
677 p = alloc_page(gfp_flags); 677 p = alloc_page(gfp_flags);