summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-11 01:57:26 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-11 01:57:26 +0000
commit1c7a48790fbeff72922b0a56a3ca252b2b40edd5 (patch)
treefa79e02fdec5e18e44f55903d2cf405daa34defc /sys
parentdc3eb879388e7777f7efceec6638a67bffc01922 (diff)
swapmap is gone forever.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mvme88k/mvme88k/machdep.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/mvme88k/machdep.c b/sys/arch/mvme88k/mvme88k/machdep.c
index 1cfc48a1f88..0fb0fc1712e 100644
--- a/sys/arch/mvme88k/mvme88k/machdep.c
+++ b/sys/arch/mvme88k/mvme88k/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.48 2001/08/06 20:48:26 miod Exp $ */
+/* $OpenBSD: machdep.c,v 1.49 2001/08/11 01:57:25 art Exp $ */
/*
* Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
@@ -743,9 +743,6 @@ allocsys(v)
v = (caddr_t)(((name) = (type *)v) + (num))
valloc(timeouts, struct timeout, ntimeout);
-#if 0
- valloc(swapmap, struct map, nswapmap = maxproc * 2);
-#endif
#ifdef SYSVSHM
valloc(shmsegs, struct shmid_ds, shminfo.shmmni);
#endif