]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
MIPS: Export __cpu_number_map and __cpu_logical_map.
authorDavid Daney <ddaney@caviumnetworks.com>
Sat, 24 Jul 2010 01:41:45 +0000 (18:41 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:26:21 +0000 (13:26 +0100)
The forthcoming Octeon watchdog driver will use them.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
To: wim@iguana.be
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/1499/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/smp.c

index 6cdca1956b77c0f829cf507b57d19916b74cfad9..383aeb95cb49ee2a8e27f489826c66b6d0f6663f 100644 (file)
 #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;