OSDN Git Service

x86/cpu/bugs: Use __initconst for 'const' init data
authorAndi Kleen <ak@linux.intel.com>
Sat, 30 Mar 2019 00:47:43 +0000 (17:47 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 27 Apr 2019 07:36:38 +0000 (09:36 +0200)
commit293926b37013c0b9204d110eaaad9a4a5467d24b
tree64aca79af390844ab3f7c64b05897d85887e835f
parentf45829e6250a84350e38402cc4dc2b5e3a9ea82e
x86/cpu/bugs: Use __initconst for 'const' init data

commit 1de7edbb59c8f1b46071f66c5c97b8a59569eb51 upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/cpu/bugs.c