CVSROOT: /cvs Module name: src Changes by: blamb...@cvs.openbsd.org 2009/06/01 18:05:13
Modified files: sys/sys : mbuf.h sys/kern : uipc_mbuf.c Log message: Move M_PREPEND macro code to be entirely into m_prepend the function; calling M_PREPEND is now #define'd to be calling m_prepend. Shaves an unknown but assumed-to-be-nontrivial amount from the kernel. ok claudio@ henning@(who may have had to okay this twice to get me to notice)