x86/entry/32: Remove redundant irq disable code
authorThomas Gleixner <tglx@linutronix.de>
Thu, 21 May 2020 20:05:49 +0000 (22:05 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:15:18 +0000 (15:15 +0200)
commitfa95a0cb0423661eb615b6ac1e9882ce9a75719a
treeda8b83959969a264a05a5bc61620233119301180
parent3b6c9bf69ef34c5ca36c78aad4ff76b9d9afc92c
x86/entry/32: Remove redundant irq disable code

All exceptions/interrupts return with interrupts disabled now. No point in
doing this in ASM again.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Andy Lutomirski <luto@kernel.org>
Link: https://lore.kernel.org/r/20200521202120.221223450@linutronix.de
arch/x86/entry/entry_32.S