commit | 0dab3e0e59ac3692e2f95cb37ba17d5dfb3d1e5f | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Jan 05 18:17:53 2016 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Jan 11 12:27:22 2016 +0100 |
tree | 37e13b5283560b19facdb02846806a064cf0aeb0 | |
parent | c667aeacc16e0de9e205faa93f57121d6f691973 [diff] |
s390: drop smp_mb in vdso_init The initial s390 vdso code is heavily influenced by the powerpc version which does have a smp_wmb in vdso_init right before the vdso_ready=1 assignment. s390 has no need for that. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Message-Id: <1452010645-25380-1-git-send-email-mst@redhat.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>