diff options
Diffstat (limited to 'arch/x86/include/asm/cmpxchg.h')
-rw-r--r-- | arch/x86/include/asm/cmpxchg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/cmpxchg.h b/arch/x86/include/asm/cmpxchg.h index 8d871eaddb66..d47786acb016 100644 --- a/arch/x86/include/asm/cmpxchg.h +++ b/arch/x86/include/asm/cmpxchg.h | |||
@@ -35,7 +35,7 @@ extern void __add_wrong_size(void) | |||
35 | 35 | ||
36 | /* | 36 | /* |
37 | * An exchange-type operation, which takes a value and a pointer, and | 37 | * An exchange-type operation, which takes a value and a pointer, and |
38 | * returns a the old value. | 38 | * returns the old value. |
39 | */ | 39 | */ |
40 | #define __xchg_op(ptr, arg, op, lock) \ | 40 | #define __xchg_op(ptr, arg, op, lock) \ |
41 | ({ \ | 41 | ({ \ |