intel-iommu: Check for 'DMAR at zero' BIOS error earlier.
authorDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 9 Nov 2009 22:15:15 +0000 (22:15 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 9 Nov 2009 22:15:15 +0000 (22:15 +0000)
commit86cf898e1d0fca245173980e3897580db38569a8
treefe9ba4ed67ef8e5ae430f0d7d69fba68f70869d7
parent799dd75b1a8380a967c929a4551895788c374b31
intel-iommu: Check for 'DMAR at zero' BIOS error earlier.

Chris Wright has some patches which let us fall back to swiotlb nicely
if IOMMU initialisation fails. But those are a bit much for 2.6.32.

Instead, let's shift the check for the biggest problem, the HP and Acer
BIOS bug which reports a DMAR at physical address zero. That one can
actually be checked much earlier -- before we even admit to having
detected an IOMMU in the first place. So the swiotlb init goes ahead as
we want.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/pci/dmar.c