hw/arm/virt: Drop superfluous checks against highmem
authorMarc Zyngier <maz@kernel.org>
Fri, 14 Jan 2022 14:07:41 +0000 (14:07 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Jan 2022 11:47:53 +0000 (11:47 +0000)
commit2dcb74e5c271b9bb581013b949e4ef3bb3f6969b
tree27a7559b484702c28f9e6c5583ffbeacd3b890ed
parentd9afe24c29a0985b29d7535b2f1615affbd1a888
hw/arm/virt: Drop superfluous checks against highmem

Now that the devices present in the extended memory map are checked
against the available PA space and disabled when they don't fit,
there is no need to keep the same checks against highmem, as
highmem really is a shortcut for the PA space being 32bit.

Reviewed-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Message-id: 20220114140741.1358263-7-maz@kernel.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt-acpi-build.c
hw/arm/virt.c