diff options
author | Will Deacon | 2015-08-06 17:54:41 +0100 |
---|---|---|
committer | Ingo Molnar | 2015-08-12 11:59:05 +0200 |
commit | 2b2a85a4d3534b8884fcfa5bb52837f0e1c672bc (patch) | |
tree | e81e07f44f5018c49ffda73aefd2e3cc9bb19291 /include/misc | |
parent | f5468ffde13fc991bd4d6bdec507ffd5777865bd (diff) |
locking/qrwlock: Implement queue_write_unlock() using smp_store_release()
Since the following commit:
536fa402221f ("compiler: Allow 1- and 2-byte smp_load_acquire() and smp_store_release()")
smp_store_release() supports byte accesses, so use that in writer unlock
and remove the conditional macro override.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Waiman Long <Waiman.Long@hp.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: paulmck@linux.vnet.ibm.com
Link: http://lkml.kernel.org/r/1438880084-18856-6-git-send-email-will.deacon@arm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/misc')
0 files changed, 0 insertions, 0 deletions