aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/smp.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-01-22 11:05:54 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-01-22 11:05:54 +0000
commit45dbcba70f350274666ba8bd1271740e4c244762 (patch)
treed50f0411eb09b341cf765ad0bc9b3a48e098c383 /xen/include/asm-x86/smp.h
parent5f4c1bb65edbbb91a5d173dc9fa7f1541a2cb826 (diff)
downloadxen-45dbcba70f350274666ba8bd1271740e4c244762.tar.gz
xen-45dbcba70f350274666ba8bd1271740e4c244762.tar.bz2
xen-45dbcba70f350274666ba8bd1271740e4c244762.zip
x86: Make the num_siblings CPU parameter per-CPU.
While it is unlikely that a system has a different number of siblings for different physical CPUs, make this parameter per-CPU for consistency, and deal with the (so far theoretical) case that this is different per CPU package. Signed-off-by: Frank van der Linden <Frank.Vanderlinden@Sun.COM>
Diffstat (limited to 'xen/include/asm-x86/smp.h')
-rw-r--r--xen/include/asm-x86/smp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/asm-x86/smp.h b/xen/include/asm-x86/smp.h
index 2078d441ec..c62c53fce6 100644
--- a/xen/include/asm-x86/smp.h
+++ b/xen/include/asm-x86/smp.h
@@ -32,7 +32,6 @@
extern void smp_alloc_memory(void);
extern int pic_mode;
-extern int smp_num_siblings;
extern cpumask_t cpu_sibling_map[];
extern cpumask_t cpu_core_map[];