未验证 提交 beaf5ae1 编写于 作者: R Rouven Czerwinski 提交者: Palmer Dabbelt

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: NRouven Czerwinski <rouven@czerwinskis.de>
Signed-off-by: NPalmer Dabbelt <palmerdabbelt@google.com>
上级 8d91b097
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册