]> git.baikalelectronics.ru Git - kernel.git/commit
agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is set
authorKeith Packard <keithp@keithp.com>
Fri, 28 Oct 2011 17:28:00 +0000 (10:28 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 28 Oct 2011 20:06:44 +0000 (13:06 -0700)
commit294a93f0dfff41d62f224e84dd3dd7c1bdd81e78
treed10c4c00a011790c2974af4decc0dc6a50c4db1f
parentaf26863fcc13439b7e176a5a73131fd254348a1a
agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is set

Kernels with no iommu support cannot ever need the Ironlake
work-around, so never enable it in that case.

Might be better to completely remove the work-around from the kernel
in this case?

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
drivers/char/agp/intel-gtt.c