intel-iommu: Avoid panic() for DRHD at address zero.
authorDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 11 Apr 2009 05:27:48 +0000 (22:27 -0700)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 11 Apr 2009 05:27:48 +0000 (22:27 -0700)
If the BIOS does something obviously stupid, like claiming that the
registers for the IOMMU are at physical address zero, then print a nasty
message and abort, rather than trying to set up the IOMMU and then later
panicking.

It's becoming more and more obvious that trusting this stuff to the BIOS
was a mistake.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

No differences found