diff options
author | 2001-08-11 01:57:25 +0000 | |
---|---|---|
committer | 2001-08-11 01:57:25 +0000 | |
commit | eab69439c6f587bb9963211bb8ff5172d3a4a4c6 (patch) | |
tree | 187a762005ab7b60a45156afabb5ffff48e3bf65 | |
parent | Make m18x_cmmu.c only compiled if support for 187 or 188 is required. (diff) | |
download | wireguard-openbsd-eab69439c6f587bb9963211bb8ff5172d3a4a4c6.tar.xz wireguard-openbsd-eab69439c6f587bb9963211bb8ff5172d3a4a4c6.zip |
swapmap is gone forever.
-rw-r--r-- | sys/arch/mvme88k/mvme88k/machdep.c | 5 |
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 |