locking/rwsem, x86: Drop a bogus cc clobber
[cascardo/linux.git] / arch / x86 / include / asm / rwsem.h
index 8dbc762..3d33a71 100644 (file)
@@ -154,7 +154,7 @@ static inline bool __down_write_trylock(struct rw_semaphore *sem)
                     : "+m" (sem->count), "=&a" (tmp0), "=&r" (tmp1),
                       CC_OUT(e) (result)
                     : "er" (RWSEM_ACTIVE_WRITE_BIAS)
-                    : "memory", "cc");
+                    : "memory");
        return result;
 }