Re: Compile error on IA64

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Sep 15 2009, Allan Willems Joergensen wrote:
> Hi,
>
> I'm trying to compile fio on a Linux/IA64 machine; it fails.

Apparently I'm good at that typo, the below should get you going.


diff --git a/arch/arch-ia64.h b/arch/arch-ia64.h
index 2f92684..a8bb23a 100644
--- a/arch/arch-ia64.h
+++ b/arch/arch-ia64.h
@@ -20,7 +20,7 @@
 
 #define nop		asm volatile ("hint @pause" ::: "memory");
 #define read_barrier()	asm volatile ("mf" ::: "memory")
-#define writebarrier()	asm volatile ("mf" ::: "memory")
+#define write_barrier()	asm volatile ("mf" ::: "memory")
 
 #define ia64_popcnt(x)							\
 ({									\

-- 
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux