diff options
Diffstat (limited to 'arch/x86/kernel/cpu/common.c')
| -rw-r--r-- | arch/x86/kernel/cpu/common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index a8f0dedcb0c..fbebbcec001 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c @@ -111,7 +111,7 @@ DEFINE_PER_CPU_PAGE_ALIGNED(struct gdt_page, gdt_page) = { .gdt = {  	[GDT_ENTRY_APMBIOS_BASE+2] = { { { 0x0000ffff, 0x00409200 } } },  	[GDT_ENTRY_ESPFIX_SS] = { { { 0x00000000, 0x00c09200 } } }, -	[GDT_ENTRY_PERCPU] = { { { 0x00000000, 0x00000000 } } }, +	[GDT_ENTRY_PERCPU] = { { { 0x0000ffff, 0x00cf9200 } } },  #endif  } };  EXPORT_PER_CPU_SYMBOL_GPL(gdt_page);  | 
