]> git.itanic.dy.fi Git - linux-stable/commit
ARC: switch to generic ENTRY/END assembler annotations
authorVineet Gupta <vgupta@synopsys.com>
Fri, 7 Feb 2014 08:17:43 +0000 (13:47 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jan 2015 16:18:54 +0000 (08:18 -0800)
commitb3bae233fe5884b1e1dda4d381ca8082614921e0
treef99d23fe573705f0553867668d43cde5365963a8
parent186909739227802293f997c1944151633e6487f8
ARC: switch to generic ENTRY/END assembler annotations

commit ec7ac6afd07b2d958aab9dfc0a686300b856922a upstream.

With commit 9df62f054406 "arch: use ASM_NL instead of ';'" the generic
macros can handle the arch specific newline quirk. Hence we can get rid
of ARC asm macros and use the "C" style macros.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arc/include/asm/linkage.h
arch/arc/kernel/ctx_sw_asm.S
arch/arc/kernel/entry.S
arch/arc/lib/memcmp.S
arch/arc/lib/memcpy-700.S
arch/arc/lib/memset.S
arch/arc/lib/strchr-700.S
arch/arc/lib/strcmp.S
arch/arc/lib/strcpy-700.S
arch/arc/lib/strlen.S
arch/arc/mm/tlbex.S