svn commit: r206901 - in head/sys: amd64/amd64 cddl/dev/cyclic/i386 i386/i386 sys

Rui Paulo rpaulo at FreeBSD.org
Tue Apr 20 21:33:23 UTC 2010


On 20 Apr 2010, at 21:30, Bjoern A. Zeeb wrote:

> On Tue, 20 Apr 2010, Rui Paulo wrote:
> 
>> Author: rpaulo
>> Date: Tue Apr 20 17:03:30 2010
>> New Revision: 206901
>> URL: http://svn.freebsd.org/changeset/base/206901
>> 
>> 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.
> 
> I think this is the cause for LINT.386 failing with:
> 
> 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




More information about the svn-src-all mailing list