On Fri, Mar 7, 2008 at 3:09 PM, Xin LI <delphij@freebsd.org> wrote:
> delphij 2008-03-07 23:09:10 UTC
>
> FreeBSD src repository
>
> Modified files: (Branch: RELENG_7)
> sys/amd64/conf GENERIC
> sys/i386/conf GENERIC
> sys/powerpc/conf GENERIC
> Log:
> MFC: Switch to use ULE as default scheduler on amd64, i386 and powerpc
> architectures.
You broke powerpc tinderbox:
#if !defined(__i386__) && !defined(__amd64__) && !defined(__arm__)
#error "This architecture is not currently compatible with ULE"
#endif
--
Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com
"All of this is for nothing if we don't go to the stars" - JMS/B5
"If Java had true garbage collection, most programs would delete
themselves upon execution." -- Robert Sewell