sh: Fix page size alignment in __copy_user_page().
authorPaul Mundt <lethal@linux-sh.org>
Mon, 14 May 2007 01:49:40 +0000 (10:49 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 21 May 2007 05:33:13 +0000 (14:33 +0900)
commit0d08b5fb37835988952d190b4540a71d60a4d198
treefe35452391ed2b9aa135a38b7ad6390d418e38d1
parent27641dee99e0d0c25f224cdfbd11486bd2f131ee
sh: Fix page size alignment in __copy_user_page().

SH-3 comes up with the PAGE_SIZE on a misaligned boundary:

arch/sh/mm/copy_page.S: Assembler messages:
arch/sh/mm/copy_page.S:132: Warning: misaligned data

fix it up with explicit alignment.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/copy_page.S