summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_kern.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>1999-08-15 23:55:46 +0000
committeralc <alc@FreeBSD.org>1999-08-15 23:55:46 +0000
commita244527220884f3efbcafd47846366f9960bc9f4 (patch)
treea9679839694f3748bf313a3b9bcd3cca8b47d652 /sys/vm/vm_kern.c
parentba364da5431648f58dafdb04ce6b24fd1b3bd2ec (diff)
downloadFreeBSD-src-a244527220884f3efbcafd47846366f9960bc9f4.zip
FreeBSD-src-a244527220884f3efbcafd47846366f9960bc9f4.tar.gz
Remove the declarations for "vm_map_t io_map". It's been unused
since i386/i386/machdep rev 1.310, i.e., the demise of BOUNCE_BUFFERS.
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 e3838fc..6602ee5 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.56 1999/07/01 19:53:40 peter Exp $
+ * $Id: vm_kern.c,v 1.57 1999/08/15 21:55:19 alc Exp $
*/
/*
@@ -91,7 +91,6 @@ vm_map_t clean_map=0;
vm_map_t buffer_map=0;
vm_map_t mb_map=0;
int mb_map_full=0;
-vm_map_t io_map=0;
vm_map_t phys_map=0;
/*
OpenPOWER on IntegriCloud