4 #include <asm/dwarf2.h>
6 /* The annotation hides the frame from the unwinder and makes it look
7 like a ordinary ebp save/restore. This avoids some special cases for
9 #ifdef CONFIG_FRAME_POINTER
11 __ASM_SIZE(push
,_cfi
) %__ASM_REG(bp
)
12 CFI_REL_OFFSET
__ASM_REG(bp
), 0
13 __ASM_SIZE(mov
) %__ASM_REG(sp
), %__ASM_REG(bp
)
16 __ASM_SIZE(pop
,_cfi
) %__ASM_REG(bp
)
17 CFI_RESTORE
__ASM_REG(bp
)
26 #endif /* __ASSEMBLY__ */