]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit83c80645a0039fa923100dc3ad9fe7e9de7c22a5
treeda8b83959969a264a05a5bc61620233119301180
parent8c1492d87cd4517da4d7983dafd87eec132d8c6b
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