]> Pileus Git - ~andy/linux/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)
commit9ab6d02fddc6831b166812956ff387d7112ff626
treeb6a53155291fb5f747a2e01427c3b3c11c568aef
parent6916b14ea140ff5c915895eefe9431888a39a84d
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