diff --git a/[refs] b/[refs] index 52845cbcbad8..527017b25e77 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e8ba5d311d0c4420e84f40ff50f83981f5864a9a +refs/heads/master: efff9e538f6bfa8ee2ca03f7e9a55d98df115186 diff --git a/trunk/arch/x86/kvm/vmx.c b/trunk/arch/x86/kvm/vmx.c index 7ea485543cf8..e446f232588e 100644 --- a/trunk/arch/x86/kvm/vmx.c +++ b/trunk/arch/x86/kvm/vmx.c @@ -128,7 +128,7 @@ static struct vmcs_config { u32 vmentry_ctrl; } vmcs_config; -struct vmx_capability { +static struct vmx_capability { u32 ept; u32 vpid; } vmx_capability;