x86/idt: Remove the tracing IDT completely
authorThomas Gleixner <[email protected]>
Mon, 28 Aug 2017 06:47:31 +0000 (08:47 +0200)
committerIngo Molnar <[email protected]>
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 <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
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