]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGE
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 21 Mar 2017 17:29:54 +0000 (22:59 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 31 Mar 2017 12:09:49 +0000 (23:09 +1100)
commit66718eb5e2454884ae6b06847001ddbdcdda6321
tree8be2f29bd3991e266dc6e121242b0109bce919f5
parenta8eb50b9f669832b036dcb78c028f762bff043ab
powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGE

This bit is only used by radix and it is nice to follow the naming style of having
bit name start with H_/R_ depending on which translation mode they are used.

No functional change in this patch.

Reviewed-by: Paul Mackerras <paulus@ozlabs.org>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/book3s/64/hugetlb.h
arch/powerpc/include/asm/book3s/64/radix.h
arch/powerpc/mm/tlb-radix.c