iommu/exynos: allocate lv2 page table from own slab
authorCho KyongHo <pullip.cho@samsung.com>
Fri, 26 Jul 2013 11:27:29 +0000 (20:27 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:42:22 +0000 (11:42 +0900)
commit2622c81c9fe9d7a347daffcd40403f39dfae93f4
tree7aff851bf7c170adf535b1c9d4d23c68a64e0751
parent74bf92b670893d4a283dd8efc434410b4227c837
iommu/exynos: allocate lv2 page table from own slab

Since kmalloc() does not guarantee that the allignment of 1KiB when it
allocates 1KiB, it is required to allocate lv2 page table from own
slab that guarantees alignment of 1KiB

Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
drivers/iommu/exynos-iommu.c