Skip to content

Commit beaf5ae

Browse files
Emantorpalmer-dabbelt
authored andcommitted
riscv: remove unused handle_exception symbol
Since commit 79b1feb ("RISC-V: Setup exception vector early") exception vectors are setup early and the handle_exception symbol from the asm files is no longer referenced in traps.c. Remove it. Signed-off-by: Rouven Czerwinski <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 8d91b09 commit beaf5ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/riscv/kernel/traps.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525

2626
int show_unhandled_signals = 1;
2727

28-
extern asmlinkage void handle_exception(void);
29-
3028
static DEFINE_SPINLOCK(die_lock);
3129

3230
void die(struct pt_regs *regs, const char *str)

0 commit comments

Comments
 (0)