summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_kern.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-06-22 15:47:16 +0000
committerpeter <peter@FreeBSD.org>1997-06-22 15:47:16 +0000
commite0245a10b266a1abf80916d730d18966653de374 (patch)
tree8091fc02d41d7423f59df1cedbe8d799147da4ee /sys/vm/vm_kern.c
parentf4c30626def2b0ef09a5c7cd31772bd834d5d877 (diff)
downloadFreeBSD-src-e0245a10b266a1abf80916d730d18966653de374.zip
FreeBSD-src-e0245a10b266a1abf80916d730d18966653de374.tar.gz
Kill some stale leftovers from the earlier attempts at SMP per-cpu pages
Diffstat (limited to 'sys/vm/vm_kern.c')
-rw-r--r--sys/vm/vm_kern.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c
index d218d41..2fa675d 100644
--- a/sys/vm/vm_kern.c
+++ b/sys/vm/vm_kern.c
@@ -61,13 +61,12 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_kern.c,v 1.35 1997/04/26 11:46:23 peter Exp $
+ * $Id: vm_kern.c,v 1.36 1997/05/29 02:57:22 peter Exp $
*/
/*
* Kernel memory management.
*/
-#include "opt_smp_privpages.h"
#include <sys/param.h>
#include <sys/systm.h>
@@ -100,10 +99,6 @@ vm_map_t mb_map=0;
int mb_map_full=0;
vm_map_t io_map=0;
vm_map_t phys_map=0;
-#if defined(SMP) && defined(SMP_PRIVPAGES)
-vm_map_t ppage_map=0;
-#endif
-
/*
* kmem_alloc_pageable:
OpenPOWER on IntegriCloud