From: David Mosberger <davidm@napali.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: bogus barriers in sym53c8xx_2?
Date: Thu, 21 Aug 2003 19:34:42 +0000 [thread overview]
Message-ID: <marc-linux-ia64-106149450326627@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-106133886310517@msgid-missing>
I didn't see any followup. Gerard, do you have any comments?
I'm inclined to drop the #ifdef __ia64 part. Also, I think
Matthew's suggestion to use rmb()/wmb() for the generic case
is a good one (though it makes no difference for ia64).
--david
>>>>> On Wed, 20 Aug 2003 13:43:18 +1000, Anton Blanchard <anton@samba.org> said:
>> I'm sure Gerard must have written it originally. It's there in
>> the earliest version of the sym2 driver I can find --
>> sym-2.1.16a-for-linux-2.4.13.patch.gz. A similar barrier is
>> there in the sym1 driver (drivers/scsi/sym53c8xx_defs.h). It
>> seems to have been introduced around 2.4.3 (symbios driver
>> version 1.6b -> 1.7.3a-20010304)
>> So you're looking for a patch which looks something like this:
>> - #define __READ_BARRIER() __asm__ volatile("mf.a; mf" : : :
>> "memory") - #define __WRITE_BARRIER() __asm__ volatile("mf.a; mf"
>> : : : "memory") + #define __READ_BARRIER() __asm__ volatile("mf"
>> : : : "memory") + #define __WRITE_BARRIER() __asm__ volatile("mf"
>> : : : "memory")
>> Or really, might be better to just define them to rmb() and
>> wmb()?
Anton> I suspect so, the powerpc ones are overkill too:
Anton> #define __READ_BARRIER() __asm__ volatile("eieio; sync" : : :
Anton> "memory") #define __WRITE_BARRIER() __asm__ volatile("eieio;
Anton> sync" : : : "memory")
next prev parent reply other threads:[~2003-08-21 19:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-19 23:49 bogus barriers in sym53c8xx_2? David Mosberger
2003-08-20 3:26 ` Matthew Wilcox
2003-08-20 3:43 ` Anton Blanchard
2003-08-21 19:34 ` David Mosberger [this message]
[not found] <200308192349.h7JNnrEK017626@napali.hpl.hp.com>
2003-08-20 3:26 ` Matthew Wilcox
2003-08-20 3:43 ` Anton Blanchard
2003-08-21 19:34 ` David Mosberger
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=marc-linux-ia64-106149450326627@msgid-missing \
--to=davidm@napali.hpl.hp.com \
--cc=linux-ia64@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.