From: Paul Mundt Date: Mon, 14 May 2007 01:49:40 +0000 (+0900) Subject: sh: Fix page size alignment in __copy_user_page(). X-Git-Tag: v2.6.22-rc3~94^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d08b5fb37835988952d190b4540a71d60a4d198;p=pandora-kernel.git 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 --- Reading git-diff-tree failed