Re: kernel linking

From: Attilio Rao <attilio_at_FreeBSD.org>
Date: Wed, 06 Jun 2007 13:46:08 +0200
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,
Attilio
Received 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