Is the following comment above kmem_malloc()'s definition in:
/sys/vm/vm_kern.c
... still valid? (I hope and suspect not):
" * Note that this still only works in a uni-processor environment and
* when called at splhigh(). "
The only places, as far as I've seen, that call kmem_malloc are the
kernel's malloc() and the mbuf allocation routines. Niether of these
seems to do it at splhigh(), either.
--Bosko Milekic <[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message