CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/09 06:42:11
Modified files:
sys/sys : mbuf.h
sys/kern : uipc_mbuf.c
Log message:
create a m_free_unlocked which is now used by both m_freem() and m_free().
this lets m_freem() only do one splnet/splx instead of repeating this all
the way down a chain
ok henning claudio dlg
