summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.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_object.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_object.c')
-rw-r--r--sys/vm/vm_object.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index 22fec87..7ff5175 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.c,v 1.164 1999/08/12 08:22:57 alc Exp $
+ * $Id: vm_object.c,v 1.165 1999/08/15 21:55:20 alc Exp $
*/
/*
@@ -1604,8 +1604,6 @@ vm_object_in_map( object)
return 1;
if( _vm_object_in_map( buffer_map, object, 0))
return 1;
- if( _vm_object_in_map( io_map, object, 0))
- return 1;
if( _vm_object_in_map( phys_map, object, 0))
return 1;
if( _vm_object_in_map( mb_map, object, 0))
OpenPOWER on IntegriCloud