Merge commit 'v2.6.39-rc6' into x86/cleanups
[pandora-kernel.git] / arch / x86 / kernel / aperture_64.c
index 7b1e8e1..73fb469 100644 (file)
@@ -73,7 +73,7 @@ static u32 __init allocate_aperture(void)
        /*
         * using 512M as goal, in case kexec will load kernel_big
         * that will do the on position decompress, and  could overlap with
-        * that positon with gart that is used.
+        * that position with gart that is used.
         * sequende:
         * kernel_small
         * ==> kexec (with kdump trigger path or previous doesn't shutdown gart)
@@ -499,7 +499,7 @@ out:
                 * Don't enable translation yet but enable GART IO and CPU
                 * accesses and set DISTLBWALKPRB since GART table memory is UC.
                 */
-               u32 ctl = DISTLBWALKPRB | aper_order << 1;
+               u32 ctl = aper_order << 1;
 
                bus = amd_nb_bus_dev_ranges[i].bus;
                dev_base = amd_nb_bus_dev_ranges[i].dev_base;