power: improve inline asm memory constraints
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 8 Jul 2006 22:00:28 +0000 (15:00 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 8 Jul 2006 22:00:28 +0000 (15:00 -0700)
Use "+m" rather than a combination of "=m" and "m" for improved
clarity and consistency.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found