dect
/
linux-2.6
Archived
13
0
Fork 0

cpumask: export cpumask_of_cpu_map

fix:

 ERROR: "cpumask_of_cpu_map" [drivers/acpi/processor.ko] undefined!
 ERROR: "cpumask_of_cpu_map" [arch/x86/kernel/microcode.ko] undefined!
 ERROR: "cpumask_of_cpu_map" [arch/x86/kernel/cpu/cpufreq/speedstep-ich.ko] undefined!
 ERROR: "cpumask_of_cpu_map" [arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko] undefined!

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ingo Molnar 2008-07-26 16:50:47 +02:00
parent 0bc3cc03fa
commit 5a7a201c51
1 changed files with 2 additions and 0 deletions

View File

@ -572,3 +572,5 @@ __initdata
};
const cpumask_t *cpumask_of_cpu_map = cpumask_map;
EXPORT_SYMBOL_GPL(cpumask_of_cpu_map);