From owner-freebsd-current@FreeBSD.ORG Wed Jun 6 11:46:26 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8474F16A421 for ; Wed, 6 Jun 2007 11:46:26 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id 172EA13C46E for ; Wed, 6 Jun 2007 11:46:25 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so471787uge for ; Wed, 06 Jun 2007 04:46:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=NtRYa0Z3DwOb/BFXN0r4f1NDDd/0w3qSoEwNsBOh3Z21lUOx/qC2d4P7wJ7YSjSECaCupY8POCJRRhEIx/379P4zI5ZMj7LDsvbotI9PK4N+gNXw+jwYYuWmuBalE8TgMPFX+b3QzzT8/Hw+pBY7gUIqqP2/f2TJ7LXdVCXCsjw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=RgBhoRwhWk45WG6wi8CsuWAk32Kt/m7UjT1b09XAO+BTgNX8d372GtZoL4pjYjWLIj9G93AO3USnCYSqtbfc2VSsAHtDOO/ZeOQoVuWkPKlIxbZkj1CrRNV3XIbdm1sCADmoyVWA2TYok814FneZbmx4LKNTySpCP8uUF9yLycg= Received: by 10.82.158.12 with SMTP id g12mr795770bue.1181130384350; Wed, 06 Jun 2007 04:46:24 -0700 (PDT) Received: from ?172.31.5.25? ( [89.97.252.178]) by mx.google.com with ESMTP id i7sm5771405nfh.2007.06.06.04.46.23; Wed, 06 Jun 2007 04:46:23 -0700 (PDT) Message-ID: <46669E80.2030308@FreeBSD.org> Date: Wed, 06 Jun 2007 13:46:08 +0200 From: Attilio Rao User-Agent: Thunderbird 1.5 (X11/20060526) MIME-Version: 1.0 To: Krassimir Slavchev References: <46657B33.5010804@bulinfo.net> <3bbf2fe10706050815u619bd2e6p728c0d20e2aae802@mail.gmail.com> <46669AFA.2060104@bulinfo.net> In-Reply-To: <46669AFA.2060104@bulinfo.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: Attilio Rao Cc: freebsd-arm@freebsd.org, freebsd-current@freebsd.org, =?UTF-8?B?QmrDtnJuIEvDtm5pZw==?= Subject: Re: kernel linking X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: attilio@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2007 11:46:26 -0000 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