commit | fb32a52a1d4487f3ac5b7ccb659d0beb11ec504f | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Sun Jan 03 11:26:01 2016 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Feb 29 18:34:12 2016 +0000 |
tree | ae4c1660133ab040018cbbd657f08a631f084063 | |
parent | 0ca5565df8ef7534c0d85ec87e6c74f8ebe86e88 [diff] |
ARM: KVM: Move CP15 array into the CPU context structure Continuing our rework of the CPU context, we now move the CP15 array into the CPU context structure. As this causes quite a bit of churn, we introduce the vcpu_cp15() macro that abstract the location of the actual array. This will probably help next time we have to revisit that code. Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>