aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/lib/strcmp-archs.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arc/lib/strcmp-archs.S')
-rw-r--r--arch/arc/lib/strcmp-archs.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/lib/strcmp-archs.S b/arch/arc/lib/strcmp-archs.S
index 4f338eec3365..fae9e82a09eb 100644
--- a/arch/arc/lib/strcmp-archs.S
+++ b/arch/arc/lib/strcmp-archs.S
@@ -8,7 +8,7 @@
#include <linux/linkage.h>
-ENTRY(strcmp)
+ENTRY_CFI(strcmp)
or r2, r0, r1
bmsk_s r2, r2, 1
brne r2, 0, @.Lcharloop
@@ -75,4 +75,4 @@ ENTRY(strcmp)
.Lcmpend:
j_s.d [blink]
sub r0, r2, r3
-END(strcmp)
+END_CFI(strcmp)