commit 21b5d48cf471709c933055adf3fe22fa0fbc3f85
Author: Wei Liu <
[hidden email]>
AuthorDate: Mon Apr 9 14:49:49 2018 +0100
Commit: Wei Liu <
[hidden email]>
CommitDate: Tue Apr 10 09:10:36 2018 +0100
xen/arm: fix build after f20a6e309
Commit f20a6e309 removed a parameter from smp_prepare_cpus but only
the x86 parts were submitted and committed.
Signed-off-by: Wei Liu <
[hidden email]>
Release-acked-by: Juergen Gross <
[hidden email]>
Reviewed-by: Stefano Stabellini <
[hidden email]>
---
xen/arch/arm/setup.c | 2 +-
xen/arch/arm/smpboot.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/xen/arch/arm/setup.c b/xen/arch/arm/setup.c
index 6e49e8fd1f..1d6f6bf37e 100644
--- a/xen/arch/arm/setup.c
+++ b/xen/arch/arm/setup.c
@@ -804,7 +804,7 @@ void __init start_xen(unsigned long boot_phys_offset,
local_irq_enable();
local_abort_enable();
- smp_prepare_cpus(cpus);
+ smp_prepare_cpus();
initialize_keytable();
diff --git a/xen/arch/arm/smpboot.c b/xen/arch/arm/smpboot.c
index 62f795f68e..b2116f0d2d 100644
--- a/xen/arch/arm/smpboot.c
+++ b/xen/arch/arm/smpboot.c
@@ -283,7 +283,7 @@ smp_get_max_cpus (void)
}
void __init
-smp_prepare_cpus (unsigned int max_cpus)
+smp_prepare_cpus(void)
{
cpumask_copy(&cpu_present_map, &cpu_possible_map);
--
generated by git-patchbot for /home/xen/git/xen.git#master
_______________________________________________
Xen-changelog mailing list
[hidden email]
https://lists.xenproject.org/xen-changelog