]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/aperture_64.c
Merge branch 'x86/mpparse' into x86/devel
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / aperture_64.c
index e819362c706853aab48b103be16f6b0e109ecccb..600470d464faeb6291e562b6e1172be42f59988e 100644 (file)
@@ -328,7 +328,7 @@ void __init early_gart_iommu_check(void)
                                    E820_RAM)) {
                        /* reserve it, so we can reuse it in second kernel */
                        printk(KERN_INFO "update e820 for GART\n");
-                       add_memory_region(aper_base, aper_size, E820_RESERVED);
+                       e820_add_region(aper_base, aper_size, E820_RESERVED);
                        update_e820();
                }
        }