Re: [patch V6 34/37] x86/entry/32: Remove redundant irq disable code

2020-05-19 Thread Andy Lutomirski
On Fri, May 15, 2020 at 5:10 PM Thomas Gleixner wrote: > > > All exceptions/interrupts return with interrupts disabled now. No point in > doing this in ASM again. Acked-by: Andy Lutomirski

[patch V6 34/37] x86/entry/32: Remove redundant irq disable code

2020-05-15 Thread Thomas Gleixner
All exceptions/interrupts return with interrupts disabled now. No point in doing this in ASM again. Signed-off-by: Thomas Gleixner --- arch/x86/entry/entry_32.S | 76 -- 1 file changed, 76 deletions(-) --- a/arch/x86/entry/entry_32.S +++