Subject: Re: CVS commit: src/regress/sys/kern/ras
To: Jason Thorpe <thorpej@wasabisystems.com>
From: Martin Husemann <martin@duskware.de>
List: source-changes
Date: 01/07/2004 08:30:27
On Tue, Jan 06, 2004 at 08:37:41PM -0800, Jason Thorpe wrote:
> Using:
> 
> 	__asm __volatile("":::"memory");
> 
> on both sides of the RAS ought to be enough, if the RAS doesn't operate 
> on any locals.

Thanks, I'll try that and remove the -O0 if it works.

Should we turn that into a macro to stay gcc-neutral?

Martin