diff options
author | James Morse <james.morse@arm.com> | 2020-06-22 14:33:16 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-07-05 20:20:45 +0300 |
commit | dcaffa7bf911578a6d69165d712501996c587fbe (patch) | |
tree | f991e4de975a97edb9f89fe11ae500a2cfc557af /net/unix/af_unix.c | |
parent | af4738290d9dfe3787f60e40f709a4f78a115943 (diff) | |
download | linux-dcaffa7bf911578a6d69165d712501996c587fbe.tar.xz |
KVM: arm64: Remove target_table from exit handlers
Whenever KVM searches for a register (e.g. due to a guest exit), it
works with two tables, as the target table overrides the sys_regs array.
Now that everything is in the sys_regs array, and the target table is
empty, stop doing that.
Remove the second table and its size from all the functions that take
it.
Signed-off-by: James Morse <james.morse@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200622113317.20477-5-james.morse@arm.com
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions