svn commit: r290714 - in head/sys/tests: callout_test framework

Konstantin Belousov kostikbel at gmail.com
Thu Nov 12 17:10:55 UTC 2015


On Thu, Nov 12, 2015 at 05:01:39PM +0000, Bjoern A. Zeeb wrote:
> 
> > On 12 Nov 2015, at 10:31 , Randall Stewart <rrs at FreeBSD.org> wrote:
> > 
> > Author: rrs
> > Date: Thu Nov 12 10:31:14 2015
> > New Revision: 290714
> > URL: https://svnweb.freebsd.org/changeset/base/290714
> > 
> > Log:
> >  Style 9 changes.
> >  MFC after:	1 Month
> > 
> > Modified:
> >  head/sys/tests/callout_test/callout_test.c
> >  head/sys/tests/framework/kern_testfrwk.c
> 
> 
> I am just replying to the last commit given despite the efforts of people it still fails on PC98:
> 
> /scratch/tmp/bz/head.svn/sys/modules/tests/callout_test/../../../tests/callout_test/callout_test.c:52:9: error: 'cpu_spinwait' macro redefined [-Werror,-Wmacro-redefined]
> #define cpu_spinwait()
>         ^
> ./i386/cpu.h:50:9: note: previous definition is here
> #define cpu_spinwait()                  ia32_pause()
>         ^
> 1 error generated.
> --- callout_test.o ---
> *** [callout_test.o] Error code 1
> 
> bmake: stopped in /scratch/tmp/bz/head.svn/sys/modules/tests/callout_test
> 

Which version did you checked out ?  I removed the redefinition of
the cpu_spinwait() for UP in r290707, and it was not reverted.


More information about the svn-src-head mailing list