From: Nicolas Pitre Date: Tue, 4 Nov 2008 07:42:27 +0000 (-0500) Subject: [ARM] fix a couple clear_user_highpage assembly constraints X-Git-Tag: v2.6.29-rc1~559^2~83^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43ae286b7d4d8c4983bc263ef2e3cccc10dedb2b;p=pandora-kernel.git [ARM] fix a couple clear_user_highpage assembly constraints In all cases the kaddr is assigned an input register even though it is modified in the assembly code. Let's assign a new variable to the modified value and mark those inline asm with volatile otherwise they get optimized away because the output variable is otherwise not used. Also fix a few conversion errors in copypage-feroceon.c and copypage-v4mc.c. Signed-off-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed