MIPS: Use ALIGN(x, bytes) instead of __ALIGN_MASK(x, bytes - 1)
authorMatt Turner <mattst88@gmail.com>
Thu, 25 Feb 2010 04:30:14 +0000 (23:30 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 27 Feb 2010 11:53:43 +0000 (12:53 +0100)
commit2a5d66511a6adc0546a92d33734e3ebf7ab0d10c
treee1793806f73d7c0cdc2619fe8a2e77ce40a04f1e
parentbba90760582d2563b28a4738fb785185a59e9e71
MIPS: Use ALIGN(x, bytes) instead of __ALIGN_MASK(x, bytes - 1)

ALIGN(x, bytes) expands to __ALIGN_MASK(x, bytes - 1), so use the one
that is most clear.

Signed-off-by: Matt Turner <mattst88@gmail.com>
To: linux-mips@linux-mips.org
Cc: David Daney <ddaney@caviumnetworks.com>
Patchwork: http://patchwork.linux-mips.org/patch/999/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/cavium-octeon/executive/cvmx-bootmem.c