From 3f6fcbc6766e3032bfb0421675169cc2e732e399 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sun, 11 Sep 2005 09:58:19 +0000 Subject: back out change as gart is now in framebuffer for PCIE --- linux-core/ati_pcigart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-core/ati_pcigart.c b/linux-core/ati_pcigart.c index 1dde5ab3..9bef1571 100644 --- a/linux-core/ati_pcigart.c +++ b/linux-core/ati_pcigart.c @@ -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; } -- cgit v1.2.3