Commit 2e4ce7f5 authored by Jan Kiszka's avatar Jan Kiszka Committed by Avi Kivity

KVM: VMX: Silence warning on 32-bit hosts

a is unused now on CONFIG_X86_32.
Signed-off-by: default avatarJan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
parent f411e6cd
...@@ -3602,7 +3602,9 @@ static u32 vmx_secondary_exec_control(struct vcpu_vmx *vmx) ...@@ -3602,7 +3602,9 @@ static u32 vmx_secondary_exec_control(struct vcpu_vmx *vmx)
*/ */
static int vmx_vcpu_setup(struct vcpu_vmx *vmx) static int vmx_vcpu_setup(struct vcpu_vmx *vmx)
{ {
#ifdef CONFIG_X86_64
unsigned long a; unsigned long a;
#endif
int i; int i;
/* I/O */ /* I/O */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment