Message ID | 1272271723-9070-3-git-send-email-avi@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index cdaaedc..f38007d 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -192,7 +192,7 @@ struct kvm_mmu_page { */ gfn_t gfn; union kvm_mmu_page_role role; - int root_count; /* Currently serving as active root */ + short root_count; /* Currently serving as active root */ bool multimapped; /* More than one parent_pte? */ bool unsync; union {