commit | 1de7edbb59c8f1b46071f66c5c97b8a59569eb51 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Fri Mar 29 17:47:43 2019 -0700 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri Apr 19 17:11:39 2019 +0200 |
tree | dc0d78cbe215054fd8b3d08f9ff429d411cb4f30 | |
parent | ec3937107ab43f3e8b2bc9dad95710043c462ff7 [diff] |
x86/cpu/bugs: Use __initconst for 'const' init data Some of the recently added const tables use __initdata which causes section attribute conflicts. Use __initconst instead. Fixes: fa1202ef2243 ("x86/speculation: Add command line control") 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/20190330004743.29541-9-andi@firstfloor.org