]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: pgtable: use pte_index instead of __pte_index
authorWill Deacon <will.deacon@arm.com>
Mon, 10 Jun 2013 18:34:41 +0000 (19:34 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 11 Jun 2013 17:15:24 +0000 (18:15 +0100)
commitaec3503e74b618de6956be6ea2f7dcdf6a632a93
treeb6a53155291fb5f747a2e01427c3b3c11c568aef
parentfb0bb5e758550bf14362f17547b8b96a076a79aa
arm64: pgtable: use pte_index instead of __pte_index

pte_index is a useful helper outside of arch/arm64, for things like the
ARM SMMU driver, so rename __pte_index to pte_index to be consistent
with both arch/arm/ and also the definitions of pmd_index and pgd_index.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/pgtable.h