From: Luca Miccio <206497@studenti.unimore.it> Date: Mon, 6 Jan 2020 13:08:08 +0000 (+0100) Subject: Fix warning shuttering pages X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0001281353ff65dea4cd58eb2534b5ab02ab9e23;p=people%2Fsstabellini%2Fxen-unstable.git%2F.git Fix warning shuttering pages N.B: this is a temporary fix. We need to find the correct place during setup for destroying our mapping. Signed-off-by: Luca Miccio <206497@studenti.unimore.it> --- diff --git a/xen/arch/arm/setup.c b/xen/arch/arm/setup.c index 90ec75b3fa..d938f27105 100644 --- a/xen/arch/arm/setup.c +++ b/xen/arch/arm/setup.c @@ -999,6 +999,7 @@ void __init start_xen(unsigned long boot_phys_offset, printk("Brought up %ld CPUs\n", (long)num_online_cpus()); /* TODO: smp_cpus_done(); */ + remove_early_mappings(BOOT_RELOC_VIRT_START, SZ_2M); /* * The IOMMU subsystem must be initialized before P2M as we need * to gather requirements regarding the maximum IPA bits supported by