From: Andreas Schwab Date: Mon, 9 Jan 2012 14:10:15 +0000 (+0100) Subject: m68k: Fix assembler constraint to prevent overeager gcc optimisation X-Git-Tag: v3.2.3~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1cd343b25d514e77850db6971c5066b0f0645dd;p=pandora-kernel.git m68k: Fix assembler constraint to prevent overeager gcc optimisation commit 2a3535069e33d8b416f406c159ce924427315303 upstream. Passing the address of a variable as an operand to an asm statement doesn't mark the value of this variable as used, so gcc may optimize its initialisation away. Fix this by using the "m" constraint instead. Signed-off-by: Andreas Schwab Signed-off-by: Geert Uytterhoeven Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed