x86/traps: Stop using ist_enter/exit() in do_int3()
authorAndy Lutomirski <luto@kernel.org>
Tue, 25 Feb 2020 21:36:46 +0000 (22:36 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 27 Feb 2020 14:28:39 +0000 (15:28 +0100)
commit65c668f5faebf549db086b7a6841b6f4187b4e4f
tree1533c79fdb1436275891ada9289f5a7ec5ee3cc9
parentac3607f92f70c762e24d0ae731168f7584de51ec
x86/traps: Stop using ist_enter/exit() in do_int3()

#BP is not longer using IST and using ist_enter() and ist_exit() makes it
harder to change ist_enter() and ist_exit()'s behavior.  Instead open-code
the very small amount of required logic.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexandre Chartre <alexandre.chartre@oracle.com>
Reviewed-by: Andy Lutomirski <luto@kernel.org>
Link: https://lkml.kernel.org/r/20200225220217.150607679@linutronix.de
arch/x86/kernel/traps.c