[PATCH] export cpu_sibling_map

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello Tony,

For Montecito PMU support, I need to determine, in a kernel module, whether
or not threads are enabled. The only reliable way of doing this is to
compute the bit-weight of cpu_sibling_map[]. This symbol is exported on
x86 systems, but not on IA-64 so far. This patch exports the symbol.

Changelog:
	- export cpu_sibling_map[] to kernel modules

signed-off-by: stephane eranian <eranian@xxxxxxxxxx>

-- 
-Stephane
diff --git a/arch/ia64/kernel/smpboot.c b/arch/ia64/kernel/smpboot.c
--- a/arch/ia64/kernel/smpboot.c
+++ b/arch/ia64/kernel/smpboot.c
@@ -139,6 +139,7 @@ EXPORT_SYMBOL(cpu_possible_map);
 
 cpumask_t cpu_core_map[NR_CPUS] __cacheline_aligned;
 cpumask_t cpu_sibling_map[NR_CPUS] __cacheline_aligned;
+EXPORT_SYMBOL(cpu_sibling_map);
 int smp_num_siblings = 1;
 int smp_num_cpucores = 1;
 

[Index of Archives]     [Linux Kernel]     [Sparc Linux]     [DCCP]     [Linux ARM]     [Yosemite News]     [Linux SCSI]     [Linux x86_64]     [Linux for Ham Radio]

  Powered by Linux