x86: misc. constifications
Miscellaneous x86 stuff that can live in .rodata. [ tglx: arch/x86 adaptation ] Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:

committed by
Thomas Gleixner

parent
df5ddf620e
commit
121d7bf5a2
@@ -102,8 +102,8 @@ EXPORT_PER_CPU_SYMBOL(cpu_core_map);
|
||||
* Trampoline 80x86 program as an array.
|
||||
*/
|
||||
|
||||
extern unsigned char trampoline_data[];
|
||||
extern unsigned char trampoline_end[];
|
||||
extern const unsigned char trampoline_data[];
|
||||
extern const unsigned char trampoline_end[];
|
||||
|
||||
/* State of each CPU */
|
||||
DEFINE_PER_CPU(int, cpu_state) = { 0 };
|
||||
|
Reference in New Issue
Block a user