5 /* The annotation hides the frame from the unwinder and makes it look
6 like a ordinary ebp save/restore. This avoids some special cases for
8 #ifdef CONFIG_FRAME_POINTER
10 __ASM_SIZE(push
,) %__ASM_REG(bp
)
11 __ASM_SIZE(mov
) %__ASM_REG(sp
), %__ASM_REG(bp
)
14 __ASM_SIZE(pop
,) %__ASM_REG(bp
)
23 #endif /* __ASSEMBLY__ */