projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f4eb3
)
[PATCH] powerpc: newline for ISYNC_ON_SMP
author
Nick Piggin
<npiggin@suse.de>
Mon, 20 Feb 2006 09:40:28 +0000
(10:40 +0100)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 24 Feb 2006 03:06:00 +0000
(14:06 +1100)
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>
include/asm-powerpc/synch.h
patch
|
blob
|
history
diff --git
a/include/asm-powerpc/synch.h
b/include/asm-powerpc/synch.h
index c90d9d9aae720f6638e6896e0437442a1c65bb47..2cda3c38a9fa10afa8816eaaea6197e78ff64b51 100644
(file)
--- 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