From owner-svn-src-head@FreeBSD.ORG Tue Apr 20 21:33:23 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94FA01065670; Tue, 20 Apr 2010 21:33:23 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id 70DAF8FC1E; Tue, 20 Apr 2010 21:33:23 +0000 (UTC) Received: from e.earth.lavabit.com (e.earth.lavabit.com [192.168.111.14]) by karen.lavabit.com (Postfix) with ESMTP id 2F62024ED91; Tue, 20 Apr 2010 16:05:17 -0500 (CDT) Received: from 10.0.10.3 (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by lavabit.com with ESMTP id T8RCU7GKKFZB; Tue, 20 Apr 2010 16:05:17 -0500 Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <20100420202929.X40281@maildrop.int.zabbadoz.net> Date: Tue, 20 Apr 2010 22:05:13 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <106EA284-739C-4431-B4B4-388F41C27B3D@FreeBSD.org> References: <201004201703.o3KH3Uj5089736@svn.freebsd.org> <20100420202929.X40281@maildrop.int.zabbadoz.net> To: "Bjoern A. Zeeb" X-Mailer: Apple Mail (2.1078) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r206901 - in head/sys: amd64/amd64 cddl/dev/cyclic/i386 i386/i386 sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2010 21:33:23 -0000 On 20 Apr 2010, at 21:30, Bjoern A. Zeeb wrote: > On Tue, 20 Apr 2010, Rui Paulo wrote: >=20 >> Author: rpaulo >> Date: Tue Apr 20 17:03:30 2010 >> New Revision: 206901 >> URL: http://svn.freebsd.org/changeset/base/206901 >>=20 >> Log: >> Rename the cyclic global variable lapic_cyclic_clock_func to just >> cyclic_clock_func. This will make more sense when we start developing = non >> x86 cyclic version. >=20 > I think this is the cause for LINT.386 failing with: >=20 > 87 /scratch/tmp/bz/HEAD.svn/sys/x86/isa/clock.c: In function = 'clkintr': > 88 /scratch/tmp/bz/HEAD.svn/sys/x86/isa/clock.c:189: error: = 'lapic_cyclic_clock_func' undeclared (first use in this function) > 89 /scratch/tmp/bz/HEAD.svn/sys/x86/isa/clock.c:189: error: (Each = undeclared identifier is reported only once > 90 /scratch/tmp/bz/HEAD.svn/sys/x86/isa/clock.c:189: error: for each = function it appears in.) Fixed, thanks. Regards, -- Rui Paulo