Krassimir Slavchev wrote: > Attilio Rao wrote: > OK, but in src/sys/arm/include/pcpu.h we have: > > #define PCPU_INC(member) PCPU_LAZY_ADD(member, 1) > > which should be: > > #define PCPU_INC(member) PCPU_ADD(member, 1) Argh, you are right. I'm going to commit a fix including other nits. Thanks, AttilioReceived on Wed Jun 06 2007 - 09:46:26 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:11 UTC