aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/aperture_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/aperture_64.c')
-rw-r--r--arch/x86/kernel/aperture_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/aperture_64.c b/arch/x86/kernel/aperture_64.c
index 479926d9e004..66b140932b23 100644
--- a/arch/x86/kernel/aperture_64.c
+++ b/arch/x86/kernel/aperture_64.c
@@ -292,7 +292,7 @@ void __init early_gart_iommu_check(void)
292 E820_RAM)) { 292 E820_RAM)) {
293 /* reserved it, so we can resuse it in second kernel */ 293 /* reserved it, so we can resuse it in second kernel */
294 printk(KERN_INFO "update e820 for GART\n"); 294 printk(KERN_INFO "update e820 for GART\n");
295 add_memory_region(aper_base, aper_size, E820_RESERVED); 295 e820_add_region(aper_base, aper_size, E820_RESERVED);
296 update_e820(); 296 update_e820();
297 } 297 }
298 return; 298 return;