Date: Wed, 29 Oct 2003 08:21:25 -0700 From: Scott Long <scottl@freebsd.org> To: Marcel Moolenaar <marcel@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/gnu/ext2fs ext2_linux_balloc.c ext2_linux_ialloc.c Message-ID: <3F9FDAF5.5090607@freebsd.org> In-Reply-To: <200310290735.h9T7ZrqS083344@repoman.freebsd.org> References: <200310290735.h9T7ZrqS083344@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Marcel Moolenaar wrote: > marcel 2003/10/28 23:35:53 PST > > FreeBSD src repository > > Modified files: > sys/gnu/ext2fs ext2_linux_balloc.c ext2_linux_ialloc.c > Log: > Fix the alpha tinderbox. The alpha specific bitops used by the bitmap > code has the typical branch prediction detour, which creates cross- > section branches. A LINT kernel is apparently large enough nowadays > that the .text and .text2 sections cannot always be layed-out so that > branches between them reach. > The fix is to stop using the alpha-specific bitops and instead use > the portable implementation used by all platforms other than alpha > and i386. > > Revision Changes Path > 1.21 +1 -3 src/sys/gnu/ext2fs/ext2_linux_balloc.c > 1.21 +1 -3 src/sys/gnu/ext2fs/ext2_linux_ialloc.c > Thanks!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F9FDAF5.5090607>