summaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-22 12:03:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-22 12:03:14 +0000
commit1f7a68556c0cf630f4b6438e86356ac5a1e82215 (patch)
treef90824438f4e6ae91411b90d612eaf761b6d7bca /sys/vm
parent21e131dd4839d744742b615f61b0d3ace455fe11 (diff)
ragge: The unexpected remove of active kstack does happen on vax also,
not only on pc532. I've verivied that this "fix" work.
Diffstat (limited to 'sys/vm')
-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
*/