arch: use ASM_NL instead of ';' for assembler new line character in the macro
authorChen Gang <gang.chen.5i5j@gmail.com>
Sun, 12 Jan 2014 01:59:13 +0000 (09:59 +0800)
committerMichal Marek <mmarek@suse.cz>
Mon, 27 Jan 2014 20:45:29 +0000 (21:45 +0100)
commit9df62f054406992ce41ec4558fca6a0fa56fffeb
treed3e24b768c79e1daefefc635bd01e13226699327
parente36aaea28972c57a32a3ba5365e61633739719b9
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 <gang.chen.5i5j@gmail.com>
Acked-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
arch/arc/include/asm/linkage.h
include/linux/linkage.h
This page took 0.028648 seconds and 5 git commands to generate.