diff options
author | Andrew Murray <andrew.murray@arm.com> | 2019-04-09 20:22:11 +0100 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2019-04-24 15:35:24 +0100 |
commit | 630a16854d2d28d13e96ff27ab43cc5caa4609fc (patch) | |
tree | bd32195f9eb59a05c7de43a44dcc3af859a3b97f /drivers/ide | |
parent | 21bb0ebf5d78c669ed887f30889f2d28cf6bf7db (diff) | |
download | linux-stable-630a16854d2d28d13e96ff27ab43cc5caa4609fc.tar.gz linux-stable-630a16854d2d28d13e96ff27ab43cc5caa4609fc.tar.bz2 linux-stable-630a16854d2d28d13e96ff27ab43cc5caa4609fc.zip |
arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_data
The virt/arm core allocates a kvm_cpu_context_t percpu, at present this is
a typedef to kvm_cpu_context and is used to store host cpu context. The
kvm_cpu_context structure is also used elsewhere to hold vcpu context.
In order to use the percpu to hold additional future host information we
encapsulate kvm_cpu_context in a new structure and rename the typedef and
percpu to match.
Signed-off-by: Andrew Murray <andrew.murray@arm.com>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'drivers/ide')
0 files changed, 0 insertions, 0 deletions