diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 1999-05-22 21:22:35 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 1999-05-22 21:22:35 +0000 |
commit | 35c377bf5315fb3e23e1c5b7e8af00733bed7db0 (patch) | |
tree | 5ab464baa96068a0b4eeb167b4514387057f3f90 /sys/arch/alpha | |
parent | aa079fadbadf6efd9c150afdd60894563611277c (diff) |
Add new vm_swap code for dynamic swap. From netbsd, munged some by me, and
others. syscall commit pending.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c index 828f3f42ef9..50facc3c27e 100644 --- a/sys/arch/alpha/alpha/machdep.c +++ b/sys/arch/alpha/alpha/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.26 1999/03/24 22:56:13 alex Exp $ */ +/* $OpenBSD: machdep.c,v 1.27 1999/05/22 21:22:17 weingart Exp $ */ /* $NetBSD: machdep.c,v 1.61 1996/12/07 01:54:49 cgd Exp $ */ /* @@ -445,7 +445,6 @@ unknown_cputype: valloc(cfree, struct cblock, nclist); #endif valloc(callout, struct callout, ncallout); - valloc(swapmap, struct map, nswapmap = maxproc * 2); #ifdef SYSVSHM valloc(shmsegs, struct shmid_ds, shminfo.shmmni); #endif |