aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/head64.c')
-rw-r--r--arch/x86/kernel/head64.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c
index b9a4d8c4b93..bc2900ca82c 100644
--- a/arch/x86/kernel/head64.c
+++ b/arch/x86/kernel/head64.c
@@ -44,6 +44,8 @@ void __init x86_64_init_pda(void)
44{ 44{
45 _cpu_pda = __cpu_pda; 45 _cpu_pda = __cpu_pda;
46 cpu_pda(0) = &_boot_cpu_pda; 46 cpu_pda(0) = &_boot_cpu_pda;
47 cpu_pda(0)->data_offset =
48 (unsigned long)(__per_cpu_load - __per_cpu_start);
47 pda_init(0); 49 pda_init(0);
48} 50}
49 51