KVM: arm64: Remove hyp_panic arguments
authorAndrew Scull <ascull@google.com>
Tue, 15 Sep 2020 10:46:26 +0000 (11:46 +0100)
committerMarc Zyngier <maz@kernel.org>
Tue, 15 Sep 2020 17:39:01 +0000 (18:39 +0100)
commit6a0259ed29bba83653a36fabcdf6b06aecd78596
treef88c3189d5f181dae1fbcf2d0fa5c44a5887d536
parent501a67a25dd459a7d16b35ecdbe8a1ca5463e2bd
KVM: arm64: Remove hyp_panic arguments

hyp_panic is able to find all the context it needs from within itself so
remove the argument. The __hyp_panic wrapper becomes redundant so is
also removed.

Signed-off-by: Andrew Scull <ascull@google.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200915104643.2543892-3-ascull@google.com
arch/arm64/include/asm/kvm_hyp.h
arch/arm64/kvm/hyp/hyp-entry.S
arch/arm64/kvm/hyp/include/hyp/switch.h
arch/arm64/kvm/hyp/nvhe/switch.c
arch/arm64/kvm/hyp/vhe/switch.c