linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-powerpc / synch.h
index 2cda3c3..c90d9d9 100644 (file)
@@ -15,7 +15,7 @@
 #endif
 
 #ifdef CONFIG_SMP
-#define ISYNC_ON_SMP   "\n\tisync\n"
+#define ISYNC_ON_SMP   "\n\tisync"
 #define LWSYNC_ON_SMP  __stringify(LWSYNC) "\n"
 #else
 #define ISYNC_ON_SMP