diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-18 17:06:05 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-06-03 09:32:03 +0900 |
commit | 020d7f0a3afe02e399859332593067909df2f001 (patch) | |
tree | 1b74cba31c8de169725bd5a967d15ff16bbfeabb /lib/timerqueue.c | |
parent | 9f589e61371066e57513c2d878efad8f4d76e766 (diff) |
Fix Ultrastor asm snippet
commit fad4dab5e44e10acf6b0235e469cb8e773b58e31 upstream.
Commit 1292500b replaced
"=m" (*field) : "1" (*field)
with
"=m" (*field) :
with comment "The following patch fixes it by using the '+' operator on
the (*field) operand, marking it as read-write to gcc."
'+' was actually forgotten. This really puts it.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: James Bottomley <jbottomley@parallels.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'lib/timerqueue.c')
0 files changed, 0 insertions, 0 deletions