commit | 0963e5d0f22f9d197dbf206d8b5b2a150722cf5e | [log] [tgz] |
---|---|---|
author | Christoffer Dall <christoffer.dall@linaro.org> | Thu Aug 08 20:35:07 2013 -0700 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Fri Aug 30 15:47:37 2013 -0700 |
tree | 048f67642f1ba4b3db501767387a6277e20430f1 | |
parent | cc2df20c7c4ce594c3e17e9cc260c330646012c8 [diff] |
ARM: KVM: Fix kvm_set_pte assignment THe kvm_set_pte function was actually assigning the entire struct to the structure member, which should work because the structure only has that one member, but it is still not very nice. Acked-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>