projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d91b09
)
riscv: remove unused handle_exception symbol
author
Rouven Czerwinski
<rouven@czerwinskis.de>
Sat, 1 May 2021 18:53:58 +0000
(20:53 +0200)
committer
Palmer Dabbelt
<palmerdabbelt@google.com>
Thu, 6 May 2021 16:40:16 +0000
(09:40 -0700)
Since commit
79b1feba5455
("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>
arch/riscv/kernel/traps.c
patch
|
blob
|
history
diff --git
a/arch/riscv/kernel/traps.c
b/arch/riscv/kernel/traps.c
index 07fdded10c2149ebf9813091503c44c8bfc638a3..0721b979859515738875e4e4ea6b9308fa915125 100644
(file)
--- a/
arch/riscv/kernel/traps.c
+++ b/
arch/riscv/kernel/traps.c
@@
-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)