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)
commitd3f3d3bf76cfb04e73436a15e3987d3573e7523a
tree61a4bcf4d6dcfbebba00e4669b86a636ef2aa90b
parentb711531641038f3ff3723914f3d5ba79848d347e
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