summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_kern.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1997-01-15 20:46:02 +0000
committerdg <dg@FreeBSD.org>1997-01-15 20:46:02 +0000
commit78afd808d565ede1deb869a7d1d7885b10db6033 (patch)
tree80b222a8d246fee7cd57a6c4ef76bc307b774810 /sys/vm/vm_kern.h
parent3f900d53fcdc1fa8bc234e63452b1b782b255ceb (diff)
downloadFreeBSD-src-78afd808d565ede1deb869a7d1d7885b10db6033.zip
FreeBSD-src-78afd808d565ede1deb869a7d1d7885b10db6033.tar.gz
Fix bug related to map entry allocations where a sleep might be attempted
when allocating memory for network buffers at interrupt time. This is due to inadequate checking for the new mcl_map. Fixed by merging mb_map and mcl_map into a single mb_map. Reviewed by: wollman
Diffstat (limited to 'sys/vm/vm_kern.h')
-rw-r--r--sys/vm/vm_kern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h
index 602630f..32f924b 100644
--- a/sys/vm/vm_kern.h
+++ b/sys/vm/vm_kern.h
@@ -73,8 +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 mcl_map;
-extern int mcl_map_full;
extern vm_map_t io_map;
extern vm_map_t clean_map;
extern vm_map_t phys_map;
OpenPOWER on IntegriCloud