summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-08-25 01:39:47 +0000
committermarcel <marcel@FreeBSD.org>2003-08-25 01:39:47 +0000
commit64d376606d6eecb889a8f88bfccd4aef1ee306b9 (patch)
treed279adde804c088bd6a06de87c72099c319124c2 /sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
parent68be1eae1d7c580e2b0d4e17fa0e72eb5fd99345 (diff)
downloadFreeBSD-src-64d376606d6eecb889a8f88bfccd4aef1ee306b9.zip
FreeBSD-src-64d376606d6eecb889a8f88bfccd4aef1ee306b9.tar.gz
Change of plans: Add ext2_bitops.h with generic and portable
implementations. Use those on platforms that don't have MD headers. Remove the ia64 MD header. We're going to use the C implementation there. Suggested by: bde
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_linux_ialloc.c')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_linux_ialloc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
index faa0ba9..926fe7c 100644
--- a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
+++ b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
@@ -48,10 +48,8 @@
#include <gnu/ext2fs/alpha-bitops.h>
#elif __i386__
#include <gnu/ext2fs/i386-bitops.h>
-#elif __ia64__
-#include <gnu/ext2fs/ia64-bitops.h>
#else
-#error please provide bit operation functions
+#include <gnu/ext2fs/ext2_bitops.h>
#endif
/* this is supposed to mark a buffer dirty on ready for delayed writing
OpenPOWER on IntegriCloud