]> 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)
commit0433a4183d96608430b87651efe3151bc0b09597
treed3e24b768c79e1daefefc635bd01e13226699327
parentea229724ad2c1ed2573be88be1296fda128857ae
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