diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2017-08-28 08:47:49 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-08-29 12:07:27 +0200 |
commit | 3318e9744244a415ee9481ca7e54234caf5e12c5 (patch) | |
tree | 9f970eca410c835424b9dcf37b05ff650b0ea79e /arch/x86/kernel/setup.c | |
parent | 87e81786b13b267c4355e0d23e33c7e4c08fa63f (diff) | |
download | blackbird-op-linux-3318e9744244a415ee9481ca7e54234caf5e12c5.tar.gz blackbird-op-linux-3318e9744244a415ee9481ca7e54234caf5e12c5.zip |
x86/idt: Prepare for table based init
The IDT setup code is handled in several places. All of them use variants
of set_intr_gate() inlines. This can be done with a table based
initialization, which allows to reduce the inline zoo and puts all IDT
related code and information into a single place.
Add the infrastructure.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
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/20170828064958.849877032@linutronix.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/setup.c')
0 files changed, 0 insertions, 0 deletions