riscv: remove unused handle_exception symbol

Since commit 79b1feba54 ("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 <rouven@czerwinskis.de>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
This commit is contained in:
Rouven Czerwinski 2021-05-01 20:53:58 +02:00 committed by Palmer Dabbelt
parent 8d91b09733
commit beaf5ae15a
No known key found for this signature in database
GPG Key ID: 2E1319F35FBB1889

View File

@ -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)