x86/entry: Move paranoid irq tracing out of ASM code
authorThomas Gleixner <tglx@linutronix.de>
Thu, 21 May 2020 20:05:51 +0000 (22:05 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:15:19 +0000 (15:15 +0200)
commit3ffdfdcec1bae39b68b990762350b3cd3127f23f
tree5e2299a9ede923494e862cb1c2d19470d0138f6b
parent9628f26baef262a49d877e3785e8b88d241bc064
x86/entry: Move paranoid irq tracing out of ASM code

The last step to remove the irq tracing cruft from ASM. Ignore #DF as the
maschine is going to die anyway.

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.414043330@linutronix.de
arch/x86/entry/entry_64.S
arch/x86/kernel/cpu/mce/core.c
arch/x86/kernel/nmi.c
arch/x86/kernel/traps.c