mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 14:20:52 +07:00
x86_64: fix default_do_nmi() missing return after an if ()
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
de5603748a
commit
02b67325a6
@ -778,6 +778,7 @@ asmlinkage __kprobes void default_do_nmi(struct pt_regs *regs)
|
||||
return;
|
||||
if (notify_die(DIE_NMI_POST, "nmi_post", regs, reason, 2, 0)
|
||||
== NOTIFY_STOP)
|
||||
return;
|
||||
if (!do_nmi_callback(regs,cpu))
|
||||
unknown_nmi_error(reason, regs);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user