freebsd-skq/sys/gnu/fs/ext2fs
marcel 66c2f8b643 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.
2003-10-29 07:35:53 +00:00
..
COPYRIGHT.INFO
ext2_alloc.c
ext2_balloc.c
ext2_bitops.h Change of plans: Add ext2_bitops.h with generic and portable 2003-08-25 01:39:47 +00:00
ext2_bmap.c DuH! 2003-10-18 14:10:28 +00:00
ext2_extern.h
ext2_fs_sb.h
ext2_fs.h
ext2_inode_cnv.c
ext2_inode.c DuH! 2003-10-18 14:10:28 +00:00
ext2_linux_balloc.c Fix the alpha tinderbox. The alpha specific bitops used by the bitmap 2003-10-29 07:35:53 +00:00
ext2_linux_ialloc.c Fix the alpha tinderbox. The alpha specific bitops used by the bitmap 2003-10-29 07:35:53 +00:00
ext2_lookup.c
ext2_mount.h
ext2_readwrite.c
ext2_subr.c
ext2_vfsops.c - File systems that wish to inspect the vnode contents or their private 2003-10-05 06:43:03 +00:00
ext2_vnops.c DuH! 2003-10-18 14:10:28 +00:00
fs.h - Clean-up comments that refer to the use of B_LOCKED. 2003-08-28 00:56:39 +00:00
i386-bitops.h
inode.h
sparc64-bitops.h