aboutsummaryrefslogtreecommitdiffstats
path: root/xen
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-12-19 14:16:17 +0000
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-12-19 14:16:17 +0000
commit0eefa58b25fa72b39592d65585a9f3324e337cfd (patch)
treec61edf977b88f4203e1c88abcfed672eb38c5062 /xen
parent87ebca69e4d549bc9c2eb074ad108f10b91e7f96 (diff)
downloadxen-0eefa58b25fa72b39592d65585a9f3324e337cfd.tar.gz
xen-0eefa58b25fa72b39592d65585a9f3324e337cfd.tar.bz2
xen-0eefa58b25fa72b39592d65585a9f3324e337cfd.zip
xen/arm: do not map vGIC twice for dom0
We don't need to manually set the P2M for the vGIC in construct_dom0, because we have already done it generally for every guest in gicv_setup. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen')
-rw-r--r--xen/arch/arm/domain_build.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/arch/arm/domain_build.c b/xen/arch/arm/domain_build.c
index a9e7f43eb7..432fdc01c3 100644
--- a/xen/arch/arm/domain_build.c
+++ b/xen/arch/arm/domain_build.c
@@ -282,8 +282,6 @@ int construct_dom0(struct domain *d)
map_mmio_regions(d, 0x18000000, 0x1BFFFFFF, 0x18000000);
printk("Map CS3 MMIO regions 1:1 in the P2M %#llx->%#llx\n", 0x1C000000ULL, 0x1FFFFFFFULL);
map_mmio_regions(d, 0x1C000000, 0x1FFFFFFF, 0x1C000000);
- printk("Map VGIC MMIO regions 1:1 in the P2M %#llx->%#llx\n", 0x2C008000ULL, 0x2DFFFFFFULL);
- map_mmio_regions(d, 0x2C008000, 0x2DFFFFFF, 0x2C008000);
printk("Routing peripheral interrupts to guest\n");
/* TODO Get from device tree */