gallatin 2003/04/18 06:02:30 PDT
FreeBSD src repository
Modified files:
sys/vm uma_core.c
Log:
Don't grab Giant in slab_zalloc() if M_NOWAIT is specified. This
should allow the use of INTR_MPSAFE network drivers.
Tested by: njl
Glanced at by: jeff
Revision Changes Path
1.52 +9 -4 src/sys/vm/uma_core.c