summaryrefslogtreecommitdiff
path: root/sys/vm/vm_map.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-10-28 15:59:26 +0000
committerBruce Evans <bde@FreeBSD.org>1997-10-28 15:59:26 +0000
commit55b211e3af2a3fd1e1a04e5c4e2f005d5d4a9af2 (patch)
tree40c7d40a52f2c032e0e2633ac1a1ebd7bb26f676 /sys/vm/vm_map.c
parent734091be671b5ef2d73da392369d73cb3fcc3d9c (diff)
Notes
Diffstat (limited to 'sys/vm/vm_map.c')
-rw-r--r--sys/vm/vm_map.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index 61f2379f7d65..e87c05645533 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_map.c,v 1.93 1997/10/12 20:26:30 phk Exp $
+ * $Id: vm_map.c,v 1.94 1997/10/24 23:41:00 dyson Exp $
*/
/*
@@ -75,10 +75,6 @@
#include <sys/vmmeter.h>
#include <sys/mman.h>
-#ifdef SMP
-#include <machine/smp.h>
-#endif
-
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/vm_prot.h>