[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] arm: double EXPORT_SYMBOL(cpu_online_map);
Hi, I dont' know the arm architecture but while searching the code I found the following copy failure I think: Dietmar. diff --git a/xen/arch/arm/smpboot.c b/xen/arch/arm/smpboot.c index b836be4..43fb821 100644 --- a/xen/arch/arm/smpboot.c +++ b/xen/arch/arm/smpboot.c @@ -33,7 +33,7 @@ cpumask_t cpu_online_map; EXPORT_SYMBOL(cpu_online_map); cpumask_t cpu_present_map; -EXPORT_SYMBOL(cpu_online_map); +EXPORT_SYMBOL(cpu_present_map); cpumask_t cpu_possible_map; EXPORT_SYMBOL(cpu_possible_map); -- Company details: http://ts.fujitsu.com/imprint.html _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |