]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7416214fa513bb7a2de50bc1236c75daa2936d44
tree1aef9db8bb544eb9cb546201a555d60d9127d975
parent96096fd77a1a1f6409467f1e6993ad6ef4964bfc
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