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/powerpc | |
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/powerpc')
-rw-r--r-- | sys/arch/powerpc/powerpc/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/powerpc/machdep.c b/sys/arch/powerpc/powerpc/machdep.c index e6c147b3c57..d2d1037e04b 100644 --- a/sys/arch/powerpc/powerpc/machdep.c +++ b/sys/arch/powerpc/powerpc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.22 1999/01/11 05:11:54 millert Exp $ */ +/* $OpenBSD: machdep.c,v 1.23 1999/05/22 21:22:29 weingart Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -444,7 +444,6 @@ allocsys(v) v = (caddr_t)(((name) = (type *)v) + (num)) valloc(callout, struct callout, ncallout); - valloc(swapmap, struct map, nswapmap = maxproc * 2); #ifdef SYSVSHM valloc(shmsegs, struct shmid_ds, shminfo.shmmni); #endif |