diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-18 17:06:05 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-05-17 11:20:29 -0400 |
commit | 365671b9c6d56cac4ef73b83e47e2d8f37de0b89 (patch) | |
tree | fdaae15f8478160007f8b54e8ff8d731f4ead1c7 /arch/x86/kernel/cpu | |
parent | a50c8878b5708c71a502ff5151371b6bfe040ae6 (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: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/x86/kernel/cpu')
0 files changed, 0 insertions, 0 deletions