intel-iommu: Remove last use of PHYSICAL_PAGE_MASK, for reserving PCI BARs
authorDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 28 Jun 2009 15:00:42 +0000 (16:00 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 29 Jun 2009 12:39:05 +0000 (13:39 +0100)
commit1a4a45516d7a57de0691352d899d7008f2e090d1
tree022ff1b91357207801dc000caab27004324b3c8b
parent03d6a2461ab1704c171ce21081c5022378ef7a91
intel-iommu: Remove last use of PHYSICAL_PAGE_MASK, for reserving PCI BARs

This is fairly broken anyway -- it doesn't take hotplug into account.
We should probably be checking page_is_ram() instead.

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