commit | 6a0259ed29bba83653a36fabcdf6b06aecd78596 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Tue Sep 15 11:46:26 2020 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Tue Sep 15 18:39:01 2020 +0100 |
tree | f88c3189d5f181dae1fbcf2d0fa5c44a5887d536 | |
parent | 501a67a25dd459a7d16b35ecdbe8a1ca5463e2bd [diff] |
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