CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/20 05:07:14
Modified files:
sys/sys : percpu.h
Log message:
Put a write memory barrier into counters_enter(). This ensures
that the generation number increment is written before the function
returns and anything else is written.
OK patrick@ mpi@ dlg@
