Date: Wed, 15 Jan 1997 12:46:05 -0800 (PST) From: David Greenman <davidg> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern uipc_mbuf.c src/sys/conf param.c src/sys/i386/i386 machdep.c src/sys/vm vm_kern.c vm_kern.h Message-ID: <199701152046.MAA23859@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidg 97/01/15 12:46:05
Modified: sys/conf param.c
sys/i386/i386 machdep.c
sys/kern uipc_mbuf.c
sys/vm vm_kern.c vm_kern.h
Log:
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
Revision Changes Path
1.22 +2 -2 src/sys/conf/param.c
1.225 +8 -9 src/sys/i386/i386/machdep.c
1.26 +2 -2 src/sys/kern/uipc_mbuf.c
1.31 +3 -11 src/sys/vm/vm_kern.c
1.10 +0 -2 src/sys/vm/vm_kern.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701152046.MAA23859>
