From 35c377bf5315fb3e23e1c5b7e8af00733bed7db0 Mon Sep 17 00:00:00 2001 From: Tobias Weingartner Date: Sat, 22 May 1999 21:22:35 +0000 Subject: Add new vm_swap code for dynamic swap. From netbsd, munged some by me, and others. syscall commit pending. --- sys/arch/sun3/sun3/machdep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/sun3') diff --git a/sys/arch/sun3/sun3/machdep.c b/sys/arch/sun3/sun3/machdep.c index 3f060f938a8..1b0190a635b 100644 --- a/sys/arch/sun3/sun3/machdep.c +++ b/sys/arch/sun3/sun3/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.22 1999/02/04 23:00:26 niklas Exp $ */ +/* $OpenBSD: machdep.c,v 1.23 1999/05/22 21:22:31 weingart Exp $ */ /* $NetBSD: machdep.c,v 1.77 1996/10/13 03:47:51 christos Exp $ */ /* @@ -189,7 +189,6 @@ allocsys(v) 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 -- cgit v1.2.3