diff options
| -rw-r--r-- | arch/x86/kernel/cpu/common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index b9c9ea0217a9..aba49c782fd6 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c | |||
| @@ -862,7 +862,7 @@ EXPORT_SYMBOL(_cpu_pda); | |||
| 862 | 862 | ||
| 863 | struct desc_ptr idt_descr = { 256 * 16 - 1, (unsigned long) idt_table }; | 863 | struct desc_ptr idt_descr = { 256 * 16 - 1, (unsigned long) idt_table }; |
| 864 | 864 | ||
| 865 | char boot_cpu_stack[IRQSTACKSIZE] __page_aligned_bss; | 865 | static char boot_cpu_stack[IRQSTACKSIZE] __page_aligned_bss; |
| 866 | 866 | ||
| 867 | void __cpuinit pda_init(int cpu) | 867 | void __cpuinit pda_init(int cpu) |
| 868 | { | 868 | { |
| @@ -903,8 +903,8 @@ void __cpuinit pda_init(int cpu) | |||
| 903 | } | 903 | } |
| 904 | } | 904 | } |
| 905 | 905 | ||
| 906 | char boot_exception_stacks[(N_EXCEPTION_STACKS - 1) * EXCEPTION_STKSZ + | 906 | static char boot_exception_stacks[(N_EXCEPTION_STACKS - 1) * EXCEPTION_STKSZ + |
| 907 | DEBUG_STKSZ] __page_aligned_bss; | 907 | DEBUG_STKSZ] __page_aligned_bss; |
| 908 | 908 | ||
| 909 | extern asmlinkage void ignore_sysret(void); | 909 | extern asmlinkage void ignore_sysret(void); |
| 910 | 910 | ||
