Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / arch / arc / kernel / ctx_sw_asm.S
index e6890b1..7c1f365 100644 (file)
@@ -23,6 +23,7 @@
        .global __switch_to
        .type   __switch_to, @function
 __switch_to:
+       CFI_STARTPROC
 
        /* Save regs on kernel mode stack of task */
        st.a    blink, [sp, -4]
@@ -59,4 +60,4 @@ __switch_to:
        ld.ab   blink, [sp, 4]
        j       [blink]
 
-END(__switch_to)
+END_CFI(__switch_to)