Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2016 08:59:45 -0700
From:      John Baldwin <jhb@freebsd.org>
To:        "Bjoern A. Zeeb" <bz@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, Adrian Chadd <adrian@freebsd.org>
Subject:   Re: svn commit: r299368 - head/sys/mips/conf
Message-ID:  <5613951.0Ib27SNsHn@ralph.baldwin.cx>
In-Reply-To: <6BAD30F1-3F46-4221-B469-060BF37F9523@FreeBSD.org>
References:  <201605101459.u4AExmSj058254@repo.freebsd.org> <6BAD30F1-3F46-4221-B469-060BF37F9523@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday, May 10, 2016 03:03:55 PM Bjoern A. Zeeb wrote:
> 
> > On 10 May 2016, at 14:59 , Bjoern A. Zeeb <bz@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5613951.0Ib27SNsHn>