On Thu, Nov 12, 2015 at 05:01:39PM +0000, Bjoern A. Zeeb wrote: > > > On 12 Nov 2015, at 10:31 , Randall Stewart <r...@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. _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"