xen/arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
authorJulien Grall <julien.grall@arm.com>
Fri, 23 Feb 2018 18:57:23 +0000 (18:57 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Mon, 26 Feb 2018 22:59:09 +0000 (14:59 -0800)
commit976319fa3de7f98b558c87b350699fffc278effc
tree04b292446859a29ad80c45cb207cbb7f0769be52
parent99cd6934c17361456a68edd64348f201e2e00ce1
xen/arm64: Kill PSCI_GET_VERSION as a variant-2 workaround

Now that we've standardised on SMCCC v1.1 to perform the branch
prediction invalidation, let's drop the previous band-aid. If vendors
haven't updated their firmware to do SMCCC 1.1, they haven't updated
PSCI either, so we don't loose anything.

This is aligned with the Linux commit 3a0a397ff5ff.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/arm64/bpi.S
xen/arch/arm/cpuerrata.c