diff options
Diffstat (limited to 'arch/arm/include/asm/futex.h')
-rw-r--r-- | arch/arm/include/asm/futex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/futex.h b/arch/arm/include/asm/futex.h index 9ee743b95de8..bfcc15929a7f 100644 --- a/arch/arm/include/asm/futex.h +++ b/arch/arm/include/asm/futex.h | |||
@@ -99,6 +99,7 @@ futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval) | |||
99 | __asm__ __volatile__("@futex_atomic_cmpxchg_inatomic\n" | 99 | __asm__ __volatile__("@futex_atomic_cmpxchg_inatomic\n" |
100 | "1: ldrt %0, [%3]\n" | 100 | "1: ldrt %0, [%3]\n" |
101 | " teq %0, %1\n" | 101 | " teq %0, %1\n" |
102 | " it eq @ explicit IT needed for the 2b label\n" | ||
102 | "2: streqt %2, [%3]\n" | 103 | "2: streqt %2, [%3]\n" |
103 | "3:\n" | 104 | "3:\n" |
104 | " .section __ex_table,\"a\"\n" | 105 | " .section __ex_table,\"a\"\n" |