commit | 9ab6d02fddc6831b166812956ff387d7112ff626 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Mon Jun 10 19:34:41 2013 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Tue Jun 11 18:15:24 2013 +0100 |
tree | b6a53155291fb5f747a2e01427c3b3c11c568aef | |
parent | 6916b14ea140ff5c915895eefe9431888a39a84d [diff] |
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>