Merge ../linus
[linux-drm-fsl-dcu.git] / drivers / char / agp / generic.c
index ca4629f66d175bc626cb737341c12e27c65f6bb4..883a36a278332ee6912ab9f19be236e3548ec5aa 100644 (file)
@@ -1079,7 +1079,7 @@ void *agp_generic_alloc_page(struct agp_bridge_data *bridge)
 {
        struct page * page;
 
-       page = alloc_page(GFP_KERNEL);
+       page = alloc_page(GFP_KERNEL | GFP_DMA32);
        if (page == NULL)
                return NULL;