From 8a859cd760c1ec97bfb21374fc5fc5f27318be56 Mon Sep 17 00:00:00 2001 From: Xiao Guangrong Date: Fri, 16 Apr 2010 21:27:54 +0800 Subject: [PATCH] --- yaml --- r: 197751 b: refs/heads/master c: 0571d366e0be571be14581cb5e28d9c3f6e0d0b1 h: refs/heads/master i: 197749: 23a5c82d0da10d8ac54a81f78e761d994012e6fa 197747: c6c3fea37c1af8bb255c7613bfc24976e1b22e4d 197743: f3c80221b4b353419019b9687f6a55673e94c101 v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/kvm_host.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 94c4dd236822..76f749dbb971 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1b8c7934a4063653095fb9fa88f9169f5b52f52b +refs/heads/master: 0571d366e0be571be14581cb5e28d9c3f6e0d0b1 diff --git a/trunk/arch/x86/include/asm/kvm_host.h b/trunk/arch/x86/include/asm/kvm_host.h index 707d272ae4a1..3c31c5ad37ab 100644 --- a/trunk/arch/x86/include/asm/kvm_host.h +++ b/trunk/arch/x86/include/asm/kvm_host.h @@ -202,9 +202,9 @@ struct kvm_mmu_page { * in this shadow page. */ DECLARE_BITMAP(slot_bitmap, KVM_MEMORY_SLOTS + KVM_PRIVATE_MEM_SLOTS); - int multimapped; /* More than one parent_pte? */ - int root_count; /* Currently serving as active root */ + bool multimapped; /* More than one parent_pte? */ bool unsync; + int root_count; /* Currently serving as active root */ unsigned int unsync_children; union { u64 *parent_pte; /* !multimapped */