]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/synch.h
[PATCH] rtc-cmos lockdep fix, irq updates
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / synch.h
index c90d9d9aae720f6638e6896e0437442a1c65bb47..2cda3c38a9fa10afa8816eaaea6197e78ff64b51 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