Commit b41c77cf authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] i386: Export phys_proc_id.

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: default avatarAndi Kleen <ak@suse.de>
Cc: <mark.langsdorf@amd.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 42382d56
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment