diff options
Diffstat (limited to 'arch/powerpc/include/asm/kvm_host.h')
-rw-r--r-- | arch/powerpc/include/asm/kvm_host.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/kvm_host.h b/arch/powerpc/include/asm/kvm_host.h index dc3a7562bae..4338b03da8f 100644 --- a/arch/powerpc/include/asm/kvm_host.h +++ b/arch/powerpc/include/asm/kvm_host.h | |||
@@ -82,6 +82,9 @@ struct kvm_vcpu_arch { | |||
82 | /* Pages which are referenced in the shadow TLB. */ | 82 | /* Pages which are referenced in the shadow TLB. */ |
83 | struct page *shadow_pages[PPC44x_TLB_SIZE]; | 83 | struct page *shadow_pages[PPC44x_TLB_SIZE]; |
84 | 84 | ||
85 | /* Track which TLB entries we've modified in the current exit. */ | ||
86 | u8 shadow_tlb_mod[PPC44x_TLB_SIZE]; | ||
87 | |||
85 | u32 host_stack; | 88 | u32 host_stack; |
86 | u32 host_pid; | 89 | u32 host_pid; |
87 | u32 host_dbcr0; | 90 | u32 host_dbcr0; |