aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index a73cffe287a5..b411f97dfb25 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -4278,7 +4278,7 @@ unsigned long __get_free_pages(gfp_t gfp_mask, unsigned int order)
4278 struct page *page; 4278 struct page *page;
4279 4279
4280 /* 4280 /*
4281 * __get_free_pages() returns a 32-bit address, which cannot represent 4281 * __get_free_pages() returns a virtual address, which cannot represent
4282 * a highmem page 4282 * a highmem page
4283 */ 4283 */
4284 VM_BUG_ON((gfp_mask & __GFP_HIGHMEM) != 0); 4284 VM_BUG_ON((gfp_mask & __GFP_HIGHMEM) != 0);