From: Jens Axboe <jens.axboe@oracle.com>
To: Allan Willems Joergensen <allan@nowhere.dk>
Cc: fio@vger.kernel.org
Subject: Re: Compile error on IA64
Date: Tue, 15 Sep 2009 19:54:36 +0200 [thread overview]
Message-ID: <20090915175435.GO23126@kernel.dk> (raw)
In-Reply-To: <4AAFB3FB.5080404@nowhere.dk>
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
next prev parent reply other threads:[~2009-09-15 17:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-15 15:34 Compile error on IA64 Allan Willems Joergensen
2009-09-15 17:54 ` Jens Axboe [this message]
2009-09-15 18:03 ` Allan Willems Joergensen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090915175435.GO23126@kernel.dk \
--to=jens.axboe@oracle.com \
--cc=allan@nowhere.dk \
--cc=fio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.