--- arch/x86/kernel/setup64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/arch/x86/kernel/setup64.c =================================================================== --- linux-2.6.orig/arch/x86/kernel/setup64.c 2008-01-29 17:17:24.000000000 -0800 +++ linux-2.6/arch/x86/kernel/setup64.c 2008-01-29 17:19:07.000000000 -0800 @@ -28,7 +28,7 @@ struct boot_params __initdata boot_param cpumask_t cpu_initialized __cpuinitdata = CPU_MASK_NONE; -struct x8664_pda *_cpu_pda[NR_CPUS] __read_mostly; +struct x8664_pda *_cpu_pda[NR_CPUS] __read_mostly = { (void *)__per_cpu_start, }; EXPORT_SYMBOL(_cpu_pda); struct x8664_pda boot_cpu_pda[NR_CPUS] __cacheline_aligned;