aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2019-10-19 07:13:15 +0000
committerAndriy Gapon <avg@FreeBSD.org>2019-10-19 07:13:15 +0000
commit3aa8a8ed2dee30a8925b5530151c2861afc4f740 (patch)
treecbb95a96f09bead1506934a5d4f9b7c970c58b5e /sys
parent869dbab7ba30e07c3374ee98bc4e560734a3e72a (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/x86/x86/cpu_machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/x86/x86/cpu_machdep.c b/sys/x86/x86/cpu_machdep.c
index 607d725fbcb9..934408135c8f 100644
--- a/sys/x86/x86/cpu_machdep.c
+++ b/sys/x86/x86/cpu_machdep.c
@@ -390,7 +390,6 @@ cpu_reset(void)
mb = &pcpu_find(0)->pc_monitorbuf;
atomic_store_int(&mb->stop_state,
MONITOR_STOPSTATE_RUNNING);
- wmb();
cnt = 0;
while (cpu_reset_proxy_active == 0 && cnt < 10000000) {