From 76782487f3dd5bcdebffd19b7870e454fb769964 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 15 Aug 1999 23:55:46 +0000 Subject: 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. --- sys/vm/vm_kern.c | 3 +-- sys/vm/vm_kern.h | 3 +-- sys/vm/vm_object.c | 4 +--- 3 files changed, 3 insertions(+), 7 deletions(-) (limited to 'sys/vm') diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index e3838fc72325..6602ee57a7e0 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; /* diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index dbc6da88c470..0f470bd3c7c8 100644 --- a/sys/vm/vm_kern.h +++ b/sys/vm/vm_kern.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_kern.h,v 1.17 1997/10/11 10:39:19 peter Exp $ + * $Id: vm_kern.h,v 1.18 1999/08/15 21:55:20 alc Exp $ */ #ifndef _VM_VM_KERN_H_ @@ -73,7 +73,6 @@ extern vm_map_t kernel_map; extern vm_map_t kmem_map; extern vm_map_t mb_map; extern int mb_map_full; -extern vm_map_t io_map; extern vm_map_t clean_map; extern vm_map_t phys_map; extern vm_map_t exec_map; diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 22fec87ed6bf..7ff5175a73b9 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)) -- cgit v1.3