commit | 69ff5c619cb350f43fbab2a491b4b66de7e96959 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Mar 05 12:26:06 2015 +0100 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Wed Mar 11 15:27:55 2015 +0100 |
tree | ecd6f15b868c9844e1b75656b0f601f4304ad98d | |
parent | 0f37247574b3ef5b130116bbf7c0f9eb8a4c78c2 [diff] |
KVM: arm/arm64: prefer IS_ENABLED to a static variable IS_ENABLED gives compile-time checking and keeps the code clearer. The one exception is inside kvm_vm_ioctl_check_extension, where the established idiom is to wrap the case labels with an #ifdef. Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>