summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-22 12:03:13 +0000
committerderaadt <deraadt@openbsd.org>1996-05-22 12:03:13 +0000
commit5c4f68420ebeebcd57159de5459896feeccc0ab3 (patch)
treec4e4a3791fbecd4ed7cb4acd7baaaf85b94530bd
parentobviously killing gcc warnings is more important than keeping this library small (diff)
downloadwireguard-openbsd-5c4f68420ebeebcd57159de5459896feeccc0ab3.tar.xz
wireguard-openbsd-5c4f68420ebeebcd57159de5459896feeccc0ab3.zip
ragge: The unexpected remove of active kstack does happen on vax also,
not only on pc532. I've verivied that this "fix" work.
-rw-r--r--sys/vm/vm_glue.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 14f776f1ed6..d3f818dcba8 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: vm_glue.c,v 1.14 1996/04/21 22:33:11 deraadt Exp $ */
-/* $NetBSD: vm_glue.c,v 1.54 1996/03/30 21:50:45 christos Exp $ */
+/* $OpenBSD: vm_glue.c,v 1.15 1996/05/22 12:03:13 deraadt Exp $ */
+/* $NetBSD: vm_glue.c,v 1.55 1996/05/19 10:00:38 ragge Exp $ */
/*
* Copyright (c) 1991, 1993
@@ -228,7 +228,7 @@ vm_fork(p1, p2)
shmfork(p1, p2);
#endif
-#if !defined(pc532)
+#if !defined(pc532) && !defined(vax)
/*
* Allocate a wired-down (for now) pcb and kernel stack for the process
*/