summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_kern.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>1999-08-15 21:55:20 +0000
committeralc <alc@FreeBSD.org>1999-08-15 21:55:20 +0000
commitd7ab53a49abe7a6364eb6732e2a1603685110f88 (patch)
tree996a2f1ea4348d94290259e7970350c4bb4e918e /sys/vm/vm_kern.c
parentc7316e27a3b4b516d65eba392bb9c5444605a079 (diff)
downloadFreeBSD-src-d7ab53a49abe7a6364eb6732e2a1603685110f88.zip
FreeBSD-src-d7ab53a49abe7a6364eb6732e2a1603685110f88.tar.gz
Remove the declarations for "vm_map_t u_map". It's been unused
since i386/i386/pmap rev 1.190. (The alpha never used it.)
Diffstat (limited to 'sys/vm/vm_kern.c')
-rw-r--r--sys/vm/vm_kern.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c
index 794c835..e3838fc 100644
--- a/sys/vm/vm_kern.c
+++ b/sys/vm/vm_kern.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_kern.c,v 1.55 1999/06/08 17:03:28 dt Exp $
+ * $Id: vm_kern.c,v 1.56 1999/07/01 19:53:40 peter Exp $
*/
/*
@@ -88,7 +88,6 @@ vm_map_t kernel_map=0;
vm_map_t kmem_map=0;
vm_map_t exec_map=0;
vm_map_t clean_map=0;
-vm_map_t u_map=0;
vm_map_t buffer_map=0;
vm_map_t mb_map=0;
int mb_map_full=0;
OpenPOWER on IntegriCloud