CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/07/02 17:15:03
Modified files: sys/net : if_ethersubr.c Log message: most of the destinations for mbufs in ether_input are mpsafe except for pipex and bridge. this puts KERNEL_LOCK/KERNEL_UNLOCK around the pipex chunk till we can give it some mp love. ok yasuoka@ mpi@