CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/23 22:38:45
Modified files:
sys/kern : init_main.c kern_sysctl.c uipc_mbuf.c
sys/sys : mbuf.h
Log message:
move the mbstat structure to percpu counters
each cpus counters still have to be protected by splnet, but this
is better thana single set of counters protected by a global mutex.
ok bluhm@
