Skip to content

Commit a75ff01

Browse files
masahir0yvineetgarc
authored andcommitted
arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAME
CONFIG_AS_CFI_SIGNAL_FRAME is never defined for ARC. Suggested-by: Nick Desaulniers <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]> Signed-off-by: Vineet Gupta <[email protected]>
1 parent 9eca345 commit a75ff01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arc/kernel/unwind.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,11 +1178,9 @@ int arc_unwind(struct unwind_frame_info *frame)
11781178
#endif
11791179

11801180
/* update frame */
1181-
#ifndef CONFIG_AS_CFI_SIGNAL_FRAME
11821181
if (frame->call_frame
11831182
&& !UNW_DEFAULT_RA(state.regs[retAddrReg], state.dataAlign))
11841183
frame->call_frame = 0;
1185-
#endif
11861184
cfa = FRAME_REG(state.cfa.reg, unsigned long) + state.cfa.offs;
11871185
startLoc = min_t(unsigned long, UNW_SP(frame), cfa);
11881186
endLoc = max_t(unsigned long, UNW_SP(frame), cfa);

0 commit comments

Comments
 (0)