projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad81f05
)
MIPS: Delete dead invocation of exception_exit().
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 17 Jul 2013 15:28:48 +0000
(17:28 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 17 Jul 2013 15:28:48 +0000
(17:28 +0200)
panic() doesn't return so this call was useless.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Reported-by: Alexander Sverdlin <alexander.sverdlin@nsn.com>
arch/mips/kernel/traps.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/traps.c
b/arch/mips/kernel/traps.c
index 0903d70b2cfe7940a154b8f66e8ded3762b3035b..3035a40c4559ca497bce5bd587c049d9dae99a14 100644
(file)
--- a/
arch/mips/kernel/traps.c
+++ b/
arch/mips/kernel/traps.c
@@
-1242,7
+1242,6
@@
asmlinkage void do_mcheck(struct pt_regs *regs)
panic("Caught Machine Check exception - %scaused by multiple "
"matching entries in the TLB.",
(multi_match) ? "" : "not ");
- exception_exit(prev_state);
}
asmlinkage void do_mt(struct pt_regs *regs)