commit | 84e8b9c88d5fe9c9a59ed24ae44d7ac0983df92b | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Feb 09 17:09:49 2016 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Wed Mar 09 04:24:07 2016 +0000 |
tree | 84a22a8961fd7f97b4df927712565ce2148dc336 | |
parent | b4344545cf85d2a6ad546ec21dab5f76487e020e [diff] |
arm64: KVM: vgic-v3: Do not save an LR known to be empty On exit, any empty LR will be signaled in ICH_ELRSR_EL2. Which means that we do not have to save it, and we can just clear its state in the in-memory copy. Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>