]> git.baikalelectronics.ru Git - kernel.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)
commit7ae66c40f24035babf766a4d304cc77052215be6
tree16815f988922bb9999b479f62b984cd28d031e30
parentadfbdf5a02b95cc7dcde2033b4e4433fc09a9ebe
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