x86/entry/64: Remove TRACE_IRQS_*_DEBUG
authorThomas Gleixner <tglx@linutronix.de>
Thu, 21 May 2020 20:05:50 +0000 (22:05 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:15:18 +0000 (15:15 +0200)
commit9628f26baef262a49d877e3785e8b88d241bc064
tree332d2f9e3b7b0a538dd1b992a08e6afd08058ae3
parentfa95a0cb0423661eb615b6ac1e9882ce9a75719a
x86/entry/64: Remove TRACE_IRQS_*_DEBUG

Since INT3/#BP no longer runs on an IST, this workaround is no longer
required.

Tested by running lockdep+ftrace as described in the initial commit:

  5963e317b1e9 ("ftrace/x86: Do not change stacks in DEBUG when calling lockdep")

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Acked-by: Andy Lutomirski <luto@kernel.org>
Link: https://lore.kernel.org/r/20200521202120.319418546@linutronix.de
arch/x86/entry/entry_64.S