iommu/core: Use PAGE_SIZE instead of hard-coded value
authorJoerg Roedel <joerg.roedel@amd.com>
Tue, 6 Sep 2011 12:36:17 +0000 (14:36 +0200)
committerJoerg Roedel <joerg.roedel@amd.com>
Tue, 6 Sep 2011 12:36:17 +0000 (14:36 +0200)
Replace the hard-coded 4kb by PAGE_SIZE to make iommu-api
implementations possible on architectures where
PAGE_SIZE != 4kb.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
drivers/iommu/iommu.c

Simple merge