diff options
author | Peter Zijlstra <[email protected]> | 2017-03-22 11:35:49 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2017-03-23 19:10:06 +0100 |
commit | 1b367ece0d7e696cab1c8501bab282cc6a538b3f (patch) | |
tree | ccbcb4ec20dc4570912352533738458a75b73ff2 /kernel/locking/rtmutex-debug.h | |
parent | 499f5aca2cdd5e958b27e2655e7e7f82524f46b1 (diff) |
futex: Use smp_store_release() in mark_wake_futex()
Since the futex_q can dissapear the instruction after assigning NULL,
this really should be a RELEASE barrier. That stops loads from hitting
dead memory too.
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'kernel/locking/rtmutex-debug.h')
0 files changed, 0 insertions, 0 deletions