dbef351074f0b7c2ff21b61681 parent e4e3c3f17fdb78282e3d9b4af7ec90d6e65798eb author Matt Fleming 1232486077 +0000 committer Paul Mundt 1233197829 +0900 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 {oÛ•