diff options
Diffstat (limited to 'kernel/futex.c')
-rw-r--r-- | kernel/futex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/futex.c b/kernel/futex.c index d60b7f7a8cc3..a8302a1620ea 100644 --- a/kernel/futex.c +++ b/kernel/futex.c | |||
@@ -552,7 +552,7 @@ static void wake_futex(struct futex_q *q) | |||
552 | * at the end of wake_up_all() does not prevent this store from | 552 | * at the end of wake_up_all() does not prevent this store from |
553 | * moving. | 553 | * moving. |
554 | */ | 554 | */ |
555 | wmb(); | 555 | smp_wmb(); |
556 | q->lock_ptr = NULL; | 556 | q->lock_ptr = NULL; |
557 | } | 557 | } |
558 | 558 | ||