diff options
Diffstat (limited to 'arch/x86/kernel/pci-gart_64.c')
-rw-r--r-- | arch/x86/kernel/pci-gart_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/pci-gart_64.c b/arch/x86/kernel/pci-gart_64.c index 508ef470b27f..3dcb1ad86e38 100644 --- a/arch/x86/kernel/pci-gart_64.c +++ b/arch/x86/kernel/pci-gart_64.c | |||
@@ -827,7 +827,7 @@ void __init gart_iommu_init(void) | |||
827 | * Out of IOMMU space handling. | 827 | * Out of IOMMU space handling. |
828 | * Reserve some invalid pages at the beginning of the GART. | 828 | * Reserve some invalid pages at the beginning of the GART. |
829 | */ | 829 | */ |
830 | set_bit_string(iommu_gart_bitmap, 0, EMERGENCY_PAGES); | 830 | iommu_area_reserve(iommu_gart_bitmap, 0, EMERGENCY_PAGES); |
831 | 831 | ||
832 | agp_memory_reserved = iommu_size; | 832 | agp_memory_reserved = iommu_size; |
833 | printk(KERN_INFO | 833 | printk(KERN_INFO |