From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Fri, 29 Apr 2005 15:38:14 +0000 Subject: Re: write_unlock: replace clear_bit with byte store Message-Id: <17010.21734.836498.607840@napali.hpl.hp.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Fri, 29 Apr 2005 08:30:27 -0700 (PDT), Christoph Lameter said: Christoph> So is my version of inline asm int the latest version Christoph> from yesterday. There is an alternate version included Christoph> for !ASM_SUPPORTED in C which does not use an nta store. Yes, but _if_ it's a good idea to use .nta with GCC, there is no reason not to do the same with ICC. Don't introduce unnecessary divergence. --david