Date: Tue, 28 Oct 2003 23:35:53 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_linux_balloc.c ext2_linux_ialloc.c Message-ID: <200310290735.h9T7ZrqS083344@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310290735.h9T7ZrqS083344>
