diff options
-rw-r--r-- | arch/x86/include/asm/rwsem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/rwsem.h b/arch/x86/include/asm/rwsem.h index 8dbc762ad132..3d33a719f5c1 100644 --- a/arch/x86/include/asm/rwsem.h +++ b/arch/x86/include/asm/rwsem.h | |||
@@ -154,7 +154,7 @@ static inline bool __down_write_trylock(struct rw_semaphore *sem) | |||
154 | : "+m" (sem->count), "=&a" (tmp0), "=&r" (tmp1), | 154 | : "+m" (sem->count), "=&a" (tmp0), "=&r" (tmp1), |
155 | CC_OUT(e) (result) | 155 | CC_OUT(e) (result) |
156 | : "er" (RWSEM_ACTIVE_WRITE_BIAS) | 156 | : "er" (RWSEM_ACTIVE_WRITE_BIAS) |
157 | : "memory", "cc"); | 157 | : "memory"); |
158 | return result; | 158 | return result; |
159 | } | 159 | } |
160 | 160 | ||