From 1e4840873029d1bb6899b9231b100bb0770e3267 Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 23 Aug 2003 03:58:11 +0000 Subject: 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. --- sys/gnu/ext2fs/ext2_linux_ialloc.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sys/gnu/ext2fs/ext2_linux_ialloc.c') diff --git a/sys/gnu/ext2fs/ext2_linux_ialloc.c b/sys/gnu/ext2fs/ext2_linux_ialloc.c index 64d96b2..faa0ba9 100644 --- a/sys/gnu/ext2fs/ext2_linux_ialloc.c +++ b/sys/gnu/ext2fs/ext2_linux_ialloc.c @@ -44,10 +44,12 @@ #include #include -#ifdef __i386__ -#include -#elif __alpha__ +#ifdef __alpha__ #include +#elif __i386__ +#include +#elif __ia64__ +#include #else #error please provide bit operation functions #endif -- cgit v1.1