summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-08-23 03:58:11 +0000
committermarcel <marcel@FreeBSD.org>2003-08-23 03:58:11 +0000
commit1e4840873029d1bb6899b9231b100bb0770e3267 (patch)
treedecd7724db27017fcbad7cd388ed161eff1771d3 /sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
parent0a0d516cca2efbe3ac2a5a178e9b0506265ebccf (diff)
downloadFreeBSD-src-1e4840873029d1bb6899b9231b100bb0770e3267.zip
FreeBSD-src-1e4840873029d1bb6899b9231b100bb0770e3267.tar.gz
Add compilation support for extfs on ia64, primarily to support LINT.
The functions in ia64-bitops.h merely call panic() for now. They need to be implemented some day, just not today.
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_linux_ialloc.c')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_linux_ialloc.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
index 64d96b2..faa0ba9 100644
--- a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
+++ b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
@@ -44,10 +44,12 @@
#include <gnu/ext2fs/fs.h>
#include <sys/stat.h>
-#ifdef __i386__
-#include <gnu/ext2fs/i386-bitops.h>
-#elif __alpha__
+#ifdef __alpha__
#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
#endif
OpenPOWER on IntegriCloud