arm64: Move the content of bpi.S to hyp-entry.S
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 10 Apr 2018 10:36:45 +0000 (11:36 +0100)
committerWill Deacon <will.deacon@arm.com>
Wed, 11 Apr 2018 17:49:30 +0000 (18:49 +0100)
commite8b22d0f4500c7bb6aab879d4e32b2a00c89d5f8
tree1aef9db8bb544eb9cb546201a555d60d9127d975
parent22765f30dbaf1118c6ff0fcb8b99c9f2b4d396d5
arm64: Move the content of bpi.S to hyp-entry.S

bpi.S was introduced as we were starting to build the Spectre v2
mitigation framework, and it was rather unclear that it would
become strictly KVM specific.

Now that the picture is a lot clearer, let's move the content
of that file to hyp-entry.S, where it actually belong.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/Makefile
arch/arm64/kernel/bpi.S [deleted file]
arch/arm64/kernel/cpu_errata.c
arch/arm64/kvm/hyp/hyp-entry.S