From: Matt Turner Date: Thu, 25 Feb 2010 04:30:14 +0000 (-0500) Subject: MIPS: Use ALIGN(x, bytes) instead of __ALIGN_MASK(x, bytes - 1) X-Git-Tag: v2.6.34-rc1~269^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a5d66511a6adc0546a92d33734e3ebf7ab0d10c;p=pandora-kernel.git 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 To: linux-mips@linux-mips.org Cc: David Daney Patchwork: http://patchwork.linux-mips.org/patch/999/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed