Searched hist:f3eee54276dfd1117fd94259f2b4a38388264724 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | aperture_64.c | diff f3eee54276dfd1117fd94259f2b4a38388264724 Mon Dec 14 03:52:15 CET 2009 Yinghai Lu <yinghai@kernel.org> x86: Gart: fix breakage due to IOMMU initialization cleanup
This fixes the following breakage of the commit 75f1cdf1dda92cae037ec848ae63690d91913eac:
- GART systems that don't AGP with broken BIOS and more than 4GB memory are forced to use swiotlb. They can allocate aperture by hand and use GART.
- GART systems without GAP must disable GART on shutdown.
- swiotlb usage is forced by the boot option, gart_iommu_hole_init() is not called, so we disable GART early_gart_iommu_check().
Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> LKML-Reference: <1260759135-6450-3-git-send-email-fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|