Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
[powerpc.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