From 78afd808d565ede1deb869a7d1d7885b10db6033 Mon Sep 17 00:00:00 2001 From: dg Date: Wed, 15 Jan 1997 20:46:02 +0000 Subject: 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 --- sys/vm/vm_kern.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/vm/vm_kern.h') 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; -- cgit v1.1