From: "Andi Kleen" This is needed for the powernow k8 driver to manage AMD dual core systems. (see explanation in previous CMP patch for more details) Signed-off-by: Andi Kleen Cc: Signed-off-by: Andrew Morton --- 25-akpm/arch/i386/kernel/smpboot.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/i386/kernel/smpboot.c~i386-export-phys_proc_id arch/i386/kernel/smpboot.c --- 25/arch/i386/kernel/smpboot.c~i386-export-phys_proc_id 2005-01-09 23:01:25.226548088 -0800 +++ 25-akpm/arch/i386/kernel/smpboot.c 2005-01-09 23:01:25.231547328 -0800 @@ -61,6 +61,7 @@ static int __initdata smp_b_stepping; /* Number of siblings per CPU package */ int smp_num_siblings = 1; int phys_proc_id[NR_CPUS]; /* Package ID of each logical CPU */ +EXPORT_SYMBOL(phys_proc_id); /* bitmap of online cpus */ cpumask_t cpu_online_map; _