x86/idt: Switch early trap init to IDT tables
authorThomas Gleixner <[email protected]>
Mon, 28 Aug 2017 06:47:50 +0000 (08:47 +0200)
committerIngo Molnar <[email protected]>
Tue, 29 Aug 2017 10:07:27 +0000 (12:07 +0200)
commit433f8924fa8e55a50ce57f3b8a33ed095c405644
tree356eef1f4e9dc406d4b1535a1253cf97c010985d
parent3318e9744244a415ee9481ca7e54234caf5e12c5
x86/idt: Switch early trap init to IDT tables

Add the initialization table for the early trap setup and replace the early
trap init code.

Signed-off-by: Thomas Gleixner <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Brian Gerst <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Josh Poimboeuf <[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/kernel/idt.c
arch/x86/kernel/setup.c
arch/x86/kernel/traps.c