|
@@ -85,7 +85,6 @@ static inline void __raw_spin_unlock(raw_spinlock_t *lock)
|
|
* Write locks are easy - we just set bit 31. When unlocking, we can
|
|
* Write locks are easy - we just set bit 31. When unlocking, we can
|
|
* just write zero since the lock is exclusively held.
|
|
* just write zero since the lock is exclusively held.
|
|
*/
|
|
*/
|
|
-#define rwlock_is_locked(x) (*((volatile unsigned int *)(x)) != 0)
|
|
|
|
|
|
|
|
static inline void __raw_write_lock(raw_rwlock_t *rw)
|
|
static inline void __raw_write_lock(raw_rwlock_t *rw)
|
|
{
|
|
{
|