cvs commit: src/sys/gnu/ext2fs ext2_linux_balloc.c
ext2_linux_ialloc.c
Scott Long
scottl at freebsd.org
Wed Oct 29 07:21:58 PST 2003
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!
More information about the cvs-src
mailing list