Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client
[cascardo/linux.git] / arch / arc / lib / memcmp.S
index a4015e7..21a1030 100644 (file)
@@ -16,7 +16,7 @@
 #define SHIFT r2
 #endif
 
-ENTRY(memcmp)
+ENTRY_CFI(memcmp)
        or      r12,r0,r1
        asl_s   r12,r12,30
        sub     r3,r2,1
@@ -149,4 +149,4 @@ ENTRY(memcmp)
 .Lnil:
        j_s.d   [blink]
        mov     r0,0
-END(memcmp)
+END_CFI(memcmp)