back out change as gart is now in framebuffer for PCIE
authorDave Airlie <airlied@linux.ie>
Sun, 11 Sep 2005 09:58:19 +0000 (09:58 +0000)
committerDave Airlie <airlied@linux.ie>
Sun, 11 Sep 2005 09:58:19 +0000 (09:58 +0000)
linux-core/ati_pcigart.c

index 1dde5ab..9bef157 100644 (file)
@@ -59,7 +59,7 @@ static unsigned long drm_ati_alloc_pcigart_table(void)
        int i;
        DRM_DEBUG("%s\n", __FUNCTION__);
 
-       address = __get_free_pages(GFP_DMA, ATI_PCIGART_TABLE_ORDER);
+       address = __get_free_pages(GFP_KERNEL, ATI_PCIGART_TABLE_ORDER);
        if (address == 0UL) {
                return 0;
        }