From e50622c5a88c46fb3859e6114be22246fd47bc8e Mon Sep 17 00:00:00 2001 From: David Daney Date: Fri, 23 Jul 2010 18:41:45 -0700 Subject: [PATCH] --- yaml --- r: 204589 b: refs/heads/master c: 2dc2ae344e0e655fb4296266036d2ac5064634ae h: refs/heads/master i: 204587: fdebfad9240efcfb4381dc3a541427061038144b v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/smp.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 571a9df0bcae..b05f7088f7d3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea435464a14af37b9384e96b2f5a1f76a605b048 +refs/heads/master: 2dc2ae344e0e655fb4296266036d2ac5064634ae diff --git a/trunk/arch/mips/kernel/smp.c b/trunk/arch/mips/kernel/smp.c index 6cdca1956b77..383aeb95cb49 100644 --- a/trunk/arch/mips/kernel/smp.c +++ b/trunk/arch/mips/kernel/smp.c @@ -47,8 +47,12 @@ #endif /* CONFIG_MIPS_MT_SMTC */ volatile cpumask_t cpu_callin_map; /* Bitmask of started secondaries */ + int __cpu_number_map[NR_CPUS]; /* Map physical to logical */ +EXPORT_SYMBOL(__cpu_number_map); + int __cpu_logical_map[NR_CPUS]; /* Map logical to physical */ +EXPORT_SYMBOL(__cpu_logical_map); /* Number of TCs (or siblings in Intel speak) per CPU core */ int smp_num_siblings = 1;