Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Nick Piggin and committed by
Paul Mackerras
4f629d7d 20f4eb3e

+1 -1
+1 -1
include/asm-powerpc/synch.h
··· 15 15 #endif 16 16 17 17 #ifdef CONFIG_SMP 18 - #define ISYNC_ON_SMP "\n\tisync" 18 + #define ISYNC_ON_SMP "\n\tisync\n" 19 19 #define LWSYNC_ON_SMP __stringify(LWSYNC) "\n" 20 20 #else 21 21 #define ISYNC_ON_SMP