From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Breuer Date: Fri, 11 Feb 2005 03:05:29 +0000 Subject: Re: [2.6 PATCH] syntax errors by smp_{mb,rmb,wmb} on sparc32 Message-Id: <420C20F9.5070701@mc.net> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: sparclinux@vger.kernel.org William Lee Irwin III wrote: > > #define nop() __asm__ __volatile__ ("nop"); ^^^ Looks like the nop macro needs to have it's semicolon taken away also. Bob