|
@@ -113,7 +113,7 @@ int drm_ati_pcigart_init(struct drm_device *dev, struct drm_ati_pcigart_info *ga
|
|
|
|
|
|
if (pci_set_dma_mask(dev->pdev, gart_info->table_mask)) {
|
|
if (pci_set_dma_mask(dev->pdev, gart_info->table_mask)) {
|
|
DRM_ERROR("fail to set dma mask to 0x%Lx\n",
|
|
DRM_ERROR("fail to set dma mask to 0x%Lx\n",
|
|
- gart_info->table_mask);
|
|
|
|
|
|
+ (unsigned long long)gart_info->table_mask);
|
|
ret = 1;
|
|
ret = 1;
|
|
goto done;
|
|
goto done;
|
|
}
|
|
}
|