From: Will Deacon Date: Mon, 10 Jun 2013 18:34:41 +0000 (+0100) Subject: arm64: pgtable: use pte_index instead of __pte_index X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~40^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ab6d02fddc6831b166812956ff387d7112ff626;p=pandora-kernel.git 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 Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed