commit | 84f1966e25a2e13f02cf9689e863f57bb69cc9bd | [log] [tgz] |
---|---|---|
author | Alexey Kardashevskiy <aik@ozlabs.ru> | Tue Jul 15 19:24:25 2014 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Aug 05 16:33:43 2014 +1000 |
tree | d402de6721cb1043379f7243197e9e2b79ec98c1 | |
parent | 98fd7002878385bd542def73eac34acc75f683ee [diff] |
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>