[patch 1/4] vfs: path_{get,put}() cleanups
[pandora-kernel.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