Skip to content
Snippets Groups Projects
Unverified Commit beaf5ae1 authored by Rouven Czerwinski's avatar Rouven Czerwinski Committed by Palmer Dabbelt
Browse files

riscv: remove unused handle_exception symbol


Since commit 79b1feba ("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: default avatarRouven Czerwinski <rouven@czerwinskis.de>
Signed-off-by: default avatarPalmer Dabbelt <palmerdabbelt@google.com>
parent 8d91b097
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,6 @@
int show_unhandled_signals = 1;
extern asmlinkage void handle_exception(void);
static DEFINE_SPINLOCK(die_lock);
void die(struct pt_regs *regs, const char *str)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment