fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / asm-powerpc / synch.h
index c90d9d9..2cda3c3 100644 (file)
@@ -15,7 +15,7 @@
 #endif
 
 #ifdef CONFIG_SMP
-#define ISYNC_ON_SMP   "\n\tisync"
+#define ISYNC_ON_SMP   "\n\tisync\n"
 #define LWSYNC_ON_SMP  __stringify(LWSYNC) "\n"
 #else
 #define ISYNC_ON_SMP