lkml.org 
[lkml]   [2015]   [Nov]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 07/10] KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct
From
Date


On 11/12/2015 07:55 PM, Takuya Yoshikawa wrote:
> @@ -1720,7 +1724,7 @@ static struct kvm_mmu_page *kvm_mmu_alloc_page(struct kvm_vcpu *vcpu,
> * this feature. See the comments in kvm_zap_obsolete_pages().
> */
> list_add(&sp->link, &vcpu->kvm->arch.active_mmu_pages);
> - sp->parent_ptes = 0;
> + sp->parent_ptes.val = 0;

The sp is allocated from kmem_cache_zalloc() so explicitly initialize it to zero is
not needed.


\
 
 \ /
  Last update: 2015-11-18 04:41    [W:1.466 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site