summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2007-05-31 22:30:25 +0000
committerart <art@openbsd.org>2007-05-31 22:30:25 +0000
commit988e31ede9f3a0030f1546ae5bc2e63672529f45 (patch)
treebcba7718d4b83a3801c976d12794aab5319e38ab
parentswitch wskbd hotkeys over to workq. this eliminates quite a bit of code, (diff)
downloadwireguard-openbsd-988e31ede9f3a0030f1546ae5bc2e63672529f45.tar.xz
wireguard-openbsd-988e31ede9f3a0030f1546ae5bc2e63672529f45.zip
Well, whatever the bug was, it does not seem to appear anymore.
Remove the workaround. (krw tried to reproduce many, many times)
-rw-r--r--sys/arch/i386/i386/pmap.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/i386/i386/pmap.c b/sys/arch/i386/i386/pmap.c
index 408d818d58d..46955fb4776 100644
--- a/sys/arch/i386/i386/pmap.c
+++ b/sys/arch/i386/i386/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.115 2007/05/29 18:18:20 tom Exp $ */
+/* $OpenBSD: pmap.c,v 1.116 2007/05/31 22:30:25 art Exp $ */
/* $NetBSD: pmap.c,v 1.91 2000/06/02 17:46:37 thorpej Exp $ */
/*
@@ -1532,11 +1532,6 @@ pmap_release(struct pmap *pmap)
simple_unlock(&pmaps_lock);
/*
- * Before we free the pmap just make sure it's not cached anywhere.
- */
- tlbflushg();
-
- /*
* free any remaining PTPs
*/