aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNick Piggin <npiggin@suse.de>2006-02-20 10:40:28 +0100
committerPaul Mackerras <paulus@samba.org>2006-02-24 14:06:00 +1100
commit4f629d7db32decbadaab2abfa4d021fee94990ef (patch)
treefc6f8b9a2b62b02a60be5a7a23efbff7f8847a04 /include
parent20f4eb3e502d68b12224577ebcd2cd50cc6e14e4 (diff)
downloadlinux-4f629d7db32decbadaab2abfa4d021fee94990ef.tar.gz
[PATCH] powerpc: newline for ISYNC_ON_SMP
Add a newline at the end of the ISYNC_ON_SMP string. Needed for a subsequent patch. Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-powerpc/synch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/synch.h b/include/asm-powerpc/synch.h
index c90d9d9aae720f..2cda3c38a9fa10 100644
--- a/include/asm-powerpc/synch.h
+++ b/include/asm-powerpc/synch.h
@@ -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