Skip to content
Commit 2a5d6651 authored by Matt Turner's avatar Matt Turner Committed by Ralf Baechle
Browse files

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: default avatarMatt 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent bba90760
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment