powerpc/32s: Rename PTE_SIZE to PTE_T_SIZE
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 7 Jun 2021 10:56:06 +0000 (10:56 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 16 Jun 2021 14:09:10 +0000 (00:09 +1000)
commit91e9ee7e949bff08cc3845a4811185e826b6e2f1
treefb7d96c82e4f55461c03d79f7b6a71d96aab4a4b
parente72421a085a8dc81c71b0daeb89612279c2c621c
powerpc/32s: Rename PTE_SIZE to PTE_T_SIZE

PTE_SIZE means PTE page table size in most placed, whereas
in hash_low.S in means size of one entry in the table.

Rename it PTE_T_SIZE, and define it directly in hash_low.S
instead of going through asm-offsets.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/83a008a9fd6cc3f2bbcb470f592555d260ed7a3d.1623063174.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/asm-offsets.c
arch/powerpc/mm/book3s32/hash_low.S