[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] xen: arm: Remove useless and incorrect EXPORT_SYMBOLS
commit a60bd95a198739e320e9c934da3ab23f703b0b8a Author: Ian Campbell <ian.campbell@xxxxxxxxxx> AuthorDate: Thu Nov 21 10:49:14 2013 +0000 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Fri Nov 29 10:29:04 2013 +0000 xen: arm: Remove useless and incorrect EXPORT_SYMBOLS Dietmar noticed that one of these was incorrect, but in actual fact they are not even used. They are defined as nops in Xen for the benefit of code imported to Linux which ARM's smpboot.c is not. Just get rid of them. Reported-by: Dietmar Hahn <dietmar.hahn@xxxxxxxxxxxxxx> Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- xen/arch/arm/smpboot.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/xen/arch/arm/smpboot.c b/xen/arch/arm/smpboot.c index e862477..6b4a18c 100644 --- a/xen/arch/arm/smpboot.c +++ b/xen/arch/arm/smpboot.c @@ -32,11 +32,8 @@ #include <asm/gic.h> cpumask_t cpu_online_map; -EXPORT_SYMBOL(cpu_online_map); cpumask_t cpu_present_map; -EXPORT_SYMBOL(cpu_online_map); cpumask_t cpu_possible_map; -EXPORT_SYMBOL(cpu_possible_map); struct cpuinfo_arm cpu_data[NR_CPUS]; -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |