Skip to content

Commit

Permalink
[PATCH] powerpc: newline for ISYNC_ON_SMP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nick Piggin authored and Paul Mackerras committed Feb 24, 2006
1 parent 20f4eb3 commit 4f629d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-powerpc/synch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f629d7

Please sign in to comment.