Re: [patch V4 part 4 09/24] x86/mce: Move nmi_enter/exit() into the entry point

2020-05-14 Thread Andy Lutomirski
On Tue, May 5, 2020 at 7:16 AM Thomas Gleixner wrote: > > There is no reason to have nmi_enter/exit() in the actual MCE > handlers. Move it to the entry point. This also covers the until now > uncovered initial handler which only prints. Acked-by: Andy Lutomirski

[patch V4 part 4 09/24] x86/mce: Move nmi_enter/exit() into the entry point

2020-05-05 Thread Thomas Gleixner
There is no reason to have nmi_enter/exit() in the actual MCE handlers. Move it to the entry point. This also covers the until now uncovered initial handler which only prints. Signed-off-by: Thomas Gleixner --- arch/x86/kernel/cpu/mce/core.c| 26 +- arch/x86/kernel/