CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/29 05:35:43
Modified files:
sys/net : ifq.c ifq.h
Log message:
store curcpu() in ifq_serializer so we can check it.
this in turn gives us ifq_is_serialized() and an IFQ_ASSERT_SERIALIZED()
macro.
ok mpi@
