mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
KVM: Replace C code with call to ARRAY_SIZE() macro.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
This commit is contained in:
parent
17c3ba9d37
commit
50a3485c59
@ -1932,7 +1932,7 @@ static int (*kvm_vmx_exit_handlers[])(struct kvm_vcpu *vcpu,
|
||||
};
|
||||
|
||||
static const int kvm_vmx_max_exit_handlers =
|
||||
sizeof(kvm_vmx_exit_handlers) / sizeof(*kvm_vmx_exit_handlers);
|
||||
ARRAY_SIZE(kvm_vmx_exit_handlers);
|
||||
|
||||
/*
|
||||
* The guest has exited. See if we can fix it or if we need userspace
|
||||
|
Loading…
Reference in New Issue
Block a user