]> asedeno.scripts.mit.edu Git - linux.git/commit
x86/idt: Remove the tracing IDT completely
authorThomas Gleixner <tglx@linutronix.de>
Mon, 28 Aug 2017 06:47:31 +0000 (08:47 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 29 Aug 2017 09:42:28 +0000 (11:42 +0200)
commit4b9a8dca0e58b6fee229795f77e902a4dfd116fe
tree16815f988922bb9999b479f62b984cd28d031e30
parent3cd788c1eec4b3659671aa13d335a15102ac4d06
x86/idt: Remove the tracing IDT completely

No more users of the tracing IDT. All exception tracepoints have been moved
into the regular handlers. Get rid of the mess which shouldn't have been
created in the first place.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/20170828064957.378851687@linutronix.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/entry/entry_32.S
arch/x86/entry/entry_64.S
arch/x86/include/asm/desc.h
arch/x86/include/asm/hw_irq.h
arch/x86/include/asm/segment.h
arch/x86/kernel/tracepoint.c
arch/x86/kernel/traps.c