From: Chen Gang Date: Sun, 12 Jan 2014 01:59:13 +0000 (+0800) Subject: arch: use ASM_NL instead of ';' for assembler new line character in the macro X-Git-Tag: v3.14-rc1~41^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9df62f054406992ce41ec4558fca6a0fa56fffeb;p=pandora-kernel.git arch: use ASM_NL instead of ';' for assembler new line character in the macro For some assemblers, they use another character as newline in a macro (e.g. arc uses '`'), so for generic assembly code, need use ASM_NL (a macro) instead of ';' for it. Signed-off-by: Chen Gang Acked-by: Vineet Gupta Signed-off-by: Michal Marek --- Reading git-diff-tree failed