back out change as gart is now in framebuffer for PCIE

This commit is contained in:
Dave Airlie 2005-09-11 09:58:19 +00:00
parent 5565a00916
commit 3f6fcbc676

View 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;
}