commit | 327867faa4d66628fcd92a843adb3345736a5313 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Thu Dec 21 16:18:21 2017 -0800 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sun Jan 14 20:09:45 2018 +0100 |
tree | 5e990413bcb7274d2a3ef07a2779d91d8dde5397 | |
parent | fc90ccfd286eabb05ec54521367df8663cf0bbbf [diff] |
x86/idt: Mark IDT tables __initconst const variables must use __initconst, not __initdata. Fix this up for the IDT tables, which got it consistently wrong. Fixes: 16bc18d895ce ("x86/idt: Move 32-bit idt_descr to C code") Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: stable@vger.kernel.org Link: https://lkml.kernel.org/r/20171222001821.2157-7-andi@firstfloor.org