From: Matt Fleming Date: Tue, 20 Jan 2009 21:14:37 +0000 (+0000) Subject: sh: Relax inline assembly constraints X-Git-Tag: v2.6.30-rc1~673^2~92 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42990701f938b9318e46102d9919ceb28e5b0e6d;p=pandora-kernel.git sh: Relax inline assembly constraints When dereferencing the memory address contained in a register and modifying the value at that memory address, the register should not be listed in the inline asm outputs. The value at the memory address is an output (which is taken care of with the "memory" clobber), not the register. Signed-off-by: Matt Fleming Signed-off-by: Paul Mundt --- Reading git-diff-tree failed