summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/ctx_sw_asm.S
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2014-02-07 09:17:43 +0100
committerVineet Gupta <vgupta@synopsys.com>2014-03-26 10:01:28 +0100
commitec7ac6afd07b2d958aab9dfc0a686300b856922a (patch)
treea4705a35138437a44c8dc99939e36cfda4d34473 /arch/arc/kernel/ctx_sw_asm.S
parentARC: support external initrd (diff)
downloadlinux-ec7ac6afd07b2d958aab9dfc0a686300b856922a.tar.xz
linux-ec7ac6afd07b2d958aab9dfc0a686300b856922a.zip
ARC: switch to generic ENTRY/END assembler annotations
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>
Diffstat (limited to 'arch/arc/kernel/ctx_sw_asm.S')
-rw-r--r--arch/arc/kernel/ctx_sw_asm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/ctx_sw_asm.S b/arch/arc/kernel/ctx_sw_asm.S
index 65690e7fcc8c..2ff0347a2fd7 100644
--- a/arch/arc/kernel/ctx_sw_asm.S
+++ b/arch/arc/kernel/ctx_sw_asm.S
@@ -62,4 +62,4 @@ __switch_to:
ld.ab blink, [sp, 4]
j [blink]
-ARC_EXIT __switch_to
+END(__switch_to)