back out change as gart is now in framebuffer for PCIE

main
Dave Airlie 2005-09-11 09:58:19 +00:00
parent 5565a00916
commit 3f6fcbc676
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ static unsigned long drm_ati_alloc_pcigart_table(void)
int i; int i;
DRM_DEBUG("%s\n", __FUNCTION__); 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) { if (address == 0UL) {
return 0; return 0;
} }