[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] arm: acpi/boot.c is only used during initialisation
commit 8b53aa66e6f17ee208f2f6b65c473ca907f057d0 Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Wed Aug 31 16:26:49 2016 +0100 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Wed Aug 31 16:37:23 2016 +0100 arm: acpi/boot.c is only used during initialisation That file should contain code and data used during initialisation only. Mark it as such in build system and correctly annotate enabled_cpus. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Reviewed-by: Julien Grall <julien.grall@xxxxxxx> --- xen/arch/arm/acpi/Makefile | 2 +- xen/arch/arm/acpi/boot.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/arch/arm/acpi/Makefile b/xen/arch/arm/acpi/Makefile index 196c40a..23963f8 100644 --- a/xen/arch/arm/acpi/Makefile +++ b/xen/arch/arm/acpi/Makefile @@ -1,2 +1,2 @@ obj-y += lib.o -obj-y += boot.o +obj-y += boot.init.o diff --git a/xen/arch/arm/acpi/boot.c b/xen/arch/arm/acpi/boot.c index 28b3450..c3242a0 100644 --- a/xen/arch/arm/acpi/boot.c +++ b/xen/arch/arm/acpi/boot.c @@ -37,7 +37,7 @@ #include <asm/setup.h> /* Processors with enabled flag and sane MPIDR */ -static unsigned int enabled_cpus = 1; +static unsigned int __initdata enabled_cpus = 1; static bool __initdata bootcpu_valid; /* total number of cpus in this system */ -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |