commit | f6be563abb60f0fa6978dec46da01164df89a635 | [log] [tgz] |
---|---|---|
author | Pavel Fedin <p.fedin@samsung.com> | Fri Dec 04 15:03:14 2015 +0300 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Fri Dec 04 16:30:03 2015 +0000 |
tree | 4c26dc5d7a5498e4728725ccfc4fb7b0f1a1c953 | |
parent | 2ec5be3dbfdcb672cdafde463a5f2c0bfe522c3d [diff] |
arm64: KVM: Get rid of old vcpu_reg() Using oldstyle vcpu_reg() accessor is proven to be inappropriate and unsafe on ARM64. This patch converts the rest of use cases to new accessors and completely removes vcpu_reg() on ARM64. Signed-off-by: Pavel Fedin <p.fedin@samsung.com> Reviewed-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>