commit | 3e77abda65b1cec10ef6b18b1ccfee0beaf400f1 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu May 28 16:53:20 2020 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Jun 11 15:15:26 2020 +0200 |
tree | 6bc8e8b203695a35c7a68488c7641280664151f0 | |
parent | 00229a54300108502f68c8777faca2d13f805f1a [diff] |
x86/idt: Consolidate idt functionality - Move load_current_idt() out of line and replace the hideous comment with a lockdep assert. This allows to make idt_table and idt_descr static. - Mark idt_table read only after the IDT initialization is complete. - Shuffle code around to consolidate the #ifdef sections into one. - Adapt the F00F bug code. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20200528145523.084915381@linutronix.de