]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Replace _ALIGN() by ALIGN()
authorChristophe Leroy <christophe.leroy@c-s.fr>
Mon, 20 Apr 2020 18:36:37 +0000 (18:36 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 11 May 2020 13:15:16 +0000 (23:15 +1000)
commitfd7618f5b5f73b9df3768cb902fc8d272c3b7335
tree61a4bcf4d6dcfbebba00e4669b86a636ef2aa90b
parent0ed99a66954709ed87974cda0cdddd8c3a979de5
powerpc: Replace _ALIGN() by ALIGN()

_ALIGN() is specific to powerpc
ALIGN() is generic and does the same

Replace _ALIGN() by ALIGN()

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/4006d9c8e69f8eaccee954899f6b5fb76240d00b.1587407777.git.christophe.leroy@c-s.fr
arch/powerpc/include/asm/book3s/32/pgtable.h
arch/powerpc/include/asm/nohash/32/pgtable.h
arch/powerpc/kernel/prom_init.c
arch/powerpc/platforms/powermac/bootx_init.c