projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e266ba
)
Fix compile error on IA64
author
Jens Axboe
<jens.axboe@oracle.com>
Tue, 15 Sep 2009 17:54:43 +0000
(19:54 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 15 Sep 2009 17:54:43 +0000
(19:54 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
arch/arch-ia64.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arch-ia64.h
b/arch/arch-ia64.h
index 2f926849fb04cc9e13d5e514c6ac6f255a32360e..a8bb23a3bca6229d8fb2ca7d3d703e1c578d3c97 100644
(file)
--- 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 write
barrier()
asm volatile ("mf" ::: "memory")
+#define write
_barrier()
asm volatile ("mf" ::: "memory")
#define ia64_popcnt(x) \
({ \