cvs commit: src/sys/sun4v/mdesc mdesc_init.c
Christian S.J. Peron
csjp at FreeBSD.org
Fri Nov 24 14:14:40 PST 2006
csjp 2006-11-24 22:14:38 UTC
FreeBSD src repository
Modified files:
sys/sun4v/mdesc mdesc_init.c
Log:
Make sure we do not sleep while locks are held. Change the malloc(9)
flags from M_WAITOK to M_NOWAIT. This should not cause any problems
since the calling code appears to properly handle failed allocations.
Discussed with: kmacy
Revision Changes Path
1.3 +1 -1 src/sys/sun4v/mdesc/mdesc_init.c
More information about the cvs-src
mailing list