]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/iommu: Fix comments with it_page_shift
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Tue, 15 Jul 2014 09:24:25 +0000 (19:24 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 5 Aug 2014 06:33:43 +0000 (16:33 +1000)
commit0a1f633852c6d35d03323ea610b269d0d6a7c488
treed402de6721cb1043379f7243197e9e2b79ec98c1
parent03237247ee37f902c458774669d4d60c0f8fe098
powerpc/iommu: Fix comments with it_page_shift

There is a couple of commented debug prints which still use
IOMMU_PAGE_SHIFT() which is not defined for POWERPC anymore, replace
them with it_page_shift.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/iommu.c