commit | 6cc40f273b30ef8f7b37f95cd2e6456d652808c0 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Mon May 08 18:15:40 2017 +0100 |
committer | Christoffer Dall <cdall@linaro.org> | Tue May 09 12:19:37 2017 +0200 |
tree | f50456c63801eed030446abcebcbe302743b4975 | |
parent | 1aab6f468c10a1ec3977fb6f7bc12869174d516e [diff] |
KVM: arm/arm64: Get rid of its->initialized field The its->initialized doesn't bring much to the table, and creates unnecessary ordering between setting the address and initializing it (which amounts to exactly nothing). Let's kill it altogether, making KVM_DEV_ARM_VGIC_CTRL_INIT the no-op it deserves to be. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <cdall@linaro.org> Reviewed-by: Eric Auger <eric.auger@redhat.com>