diff options
author | 2011-05-18 17:06:05 +0200 | |
---|---|---|
committer | 2011-05-24 13:25:35 -0400 | |
commit | fad4dab5e44e10acf6b0235e469cb8e773b58e31 (patch) | |
tree | 7ab61338f8bd59f1955a81e9c0600574b3b6932d /tools/perf/scripts/python/syscall-counts.py | |
parent | [SCSI] osst: fix warning (diff) | |
download | linux-dev-fad4dab5e44e10acf6b0235e469cb8e773b58e31.tar.xz linux-dev-fad4dab5e44e10acf6b0235e469cb8e773b58e31.zip |
[SCSI] Fix Ultrastor asm snippet
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>
Cc: stable@kernel.org
Signed-off-by: James Bottomley <jbottomley@parallels.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions