Commit f3ac72a3 authored by David S. Miller's avatar David S. Miller

[SPARC]: nop() macro has bogus trailing semicolon

Noticed by Bob Breuer.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 487f1f5e
...@@ -200,7 +200,7 @@ static inline unsigned long getipl(void) ...@@ -200,7 +200,7 @@ static inline unsigned long getipl(void)
#define smp_wmb() __asm__ __volatile__("":::"memory") #define smp_wmb() __asm__ __volatile__("":::"memory")
#define smp_read_barrier_depends() do { } while(0) #define smp_read_barrier_depends() do { } while(0)
#define nop() __asm__ __volatile__ ("nop"); #define nop() __asm__ __volatile__ ("nop")
/* This has special calling conventions */ /* This has special calling conventions */
#ifndef CONFIG_SMP #ifndef CONFIG_SMP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment