diff options
author | Dave Airlie <airlied@linux.ie> | 2005-09-11 09:58:19 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-09-11 09:58:19 +0000 |
commit | 3f6fcbc6766e3032bfb0421675169cc2e732e399 (patch) | |
tree | a976d9ecd78d3e45b9f7e9b27e759ffc9ded71f9 /linux-core | |
parent | 5565a00916122bb131ce89a2ca8f7f81ddc9387c (diff) |
back out change as gart is now in framebuffer for PCIE
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/ati_pcigart.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |