Replace NR_VMX_MSR with its definition
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 24 Jul 2014 12:21:57 +0000 (14:21 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 24 Jul 2014 12:21:57 +0000 (14:21 +0200)
Using ARRAY_SIZE directly makes it easier to read the code.  While touching
the code, replace the division by a multiplication in the recently added
BUILD_BUG_ON.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c

Simple merge