]> git.neil.brown.name Git - history.git/commitdiff
[SPARC]: nop() macro has bogus trailing semicolon
authorDavid S. Miller <davem@nuts.davemloft.net>
Thu, 10 Feb 2005 11:00:32 +0000 (03:00 -0800)
committerDavid S. Miller <davem@nuts.davemloft.net>
Thu, 10 Feb 2005 11:00:32 +0000 (03:00 -0800)
Noticed by Bob Breuer.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc/system.h

index 4fb0ac34c06931fa13f107fef8953087907a1d67..a8e77ad1ea46811a54f8f07d8362c6027d580c92 100644 (file)
@@ -200,7 +200,7 @@ static inline unsigned long getipl(void)
 #define smp_wmb()      __asm__ __volatile__("":::"memory")
 #define smp_read_barrier_depends()     do { } while(0)
 
-#define nop() __asm__ __volatile__ ("nop");
+#define nop() __asm__ __volatile__ ("nop")
 
 /* This has special calling conventions */
 #ifndef CONFIG_SMP