commit | d1526e5efc3978efe8c9c37a2396d91e4702251b | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Wed Oct 28 13:59:46 2015 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Feb 29 18:34:17 2016 +0000 |
tree | f341231253ab3275da755caa2e4fafef6edc950c | |
parent | 094f8233c0da602712e8a206984431026a1530aa [diff] |
arm64: KVM: VHE: Enable minimal sysreg save/restore We're now in a position where we can introduce VHE's minimal save/restore, which is limited to the handful of shared sysregs. Add the required alternative function calls that result in a "do nothing" call on VHE, and the normal save/restore for non-VHE. Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>