]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit63af38a007e27a460bf5f32bb5a4025753f6795c
treed3e24b768c79e1daefefc635bd01e13226699327
parentd88cc67065e9c6e35fedc7669509f144a5976806
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