diff options
Diffstat (limited to 'include/asm-i386/cmpxchg.h')
-rw-r--r-- | include/asm-i386/cmpxchg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/cmpxchg.h b/include/asm-i386/cmpxchg.h index 64dcdf46117b..f86ede28f6dc 100644 --- a/include/asm-i386/cmpxchg.h +++ b/include/asm-i386/cmpxchg.h | |||
@@ -34,7 +34,7 @@ static inline void __set_64bit (unsigned long long * ptr, | |||
34 | "\n1:\t" | 34 | "\n1:\t" |
35 | "movl (%0), %%eax\n\t" | 35 | "movl (%0), %%eax\n\t" |
36 | "movl 4(%0), %%edx\n\t" | 36 | "movl 4(%0), %%edx\n\t" |
37 | "lock cmpxchg8b (%0)\n\t" | 37 | LOCK_PREFIX "cmpxchg8b (%0)\n\t" |
38 | "jnz 1b" | 38 | "jnz 1b" |
39 | : /* no outputs */ | 39 | : /* no outputs */ |
40 | : "D"(ptr), | 40 | : "D"(ptr), |