svn commit: r299368 - head/sys/mips/conf

John Baldwin jhb at freebsd.org
Tue May 10 16:02:37 UTC 2016


On Tuesday, May 10, 2016 03:03:55 PM Bjoern A. Zeeb wrote:
> 
> > On 10 May 2016, at 14:59 , Bjoern A. Zeeb <bz at FreeBSD.org> wrote:
> > 
> > Author: bz
> > Date: Tue May 10 14:59:48 2016
> > New Revision: 299368
> > URL: https://svnweb.freebsd.org/changeset/base/299368
> > 
> > Log:
> >  siba depends on bhndbus; add the device to the kernel config.
> >  This gets us past compiling and now only linking is failing on builtins.
> 
> 
> head.svn% grep -r __builtin_ctz sys/dev/bhnd/
> sys/dev/bhnd/bhndb/bhndb_private.h:     dw_free = &br->dw_alloc[__builtin_ctz(br->dwa_freelist)];
> head.svn% grep -r __builtin_popcount !$
> sys/dev/bhnd/bhndb/bhndb_subr.c:        if (__builtin_popcount(br->dwa_freelist) != br->dwa_count) {
> 
> Fixing this in the kernel on mips32 is beyond my commitment today.  Could you please have a look.  SENTRY5 has not been compiling in a few days now;  alternatively siba should temporarily go out of the kernel config until this is all resolved?

I think that SENTRY5 actually wants to use the "old" siba, so that
adding bhndbus here is actually backwards.  Perhaps the simplest
approach is to disconnect SENTRY5 from the build entirely via
#NO_UNIVERSE until this is resolved?

-- 
John Baldwin


More information about the svn-src-head mailing list