From c14cf912af3083b5988ec94fb953c67320b0b91e Mon Sep 17 00:00:00 2001 From: Hollis Blanchard Date: Sat, 3 Jan 2009 16:22:58 -0600 Subject: [PATCH] --- yaml --- r: 133687 b: refs/heads/master c: c46fb0211f8b93de45400bff814c0f29335af5fc h: refs/heads/master i: 133685: 8688c3c293db9e25c7fc3fbdcb0bf01f3cbb37be 133683: 5eb5a11312381ac041083282763d56f9247e899b 133679: 3f4267fe2982edc31bbc98b203986db850362c47 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/include/asm/kvm_44x.h | 7 +++++++ trunk/arch/powerpc/include/asm/kvm_host.h | 7 ------- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 73139305ecf0..2ad440d82010 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1c08364c3565242f1e1bd585bc2ce458967941af +refs/heads/master: c46fb0211f8b93de45400bff814c0f29335af5fc diff --git a/trunk/arch/powerpc/include/asm/kvm_44x.h b/trunk/arch/powerpc/include/asm/kvm_44x.h index f49031b632ca..d22d39942a92 100644 --- a/trunk/arch/powerpc/include/asm/kvm_44x.h +++ b/trunk/arch/powerpc/include/asm/kvm_44x.h @@ -28,6 +28,13 @@ * need to find some way of advertising it. */ #define KVM44x_GUEST_TLB_SIZE 64 +struct kvmppc_44x_tlbe { + u32 tid; /* Only the low 8 bits are used. */ + u32 word0; + u32 word1; + u32 word2; +}; + struct kvmppc_44x_shadow_ref { struct page *page; u16 gtlb_index; diff --git a/trunk/arch/powerpc/include/asm/kvm_host.h b/trunk/arch/powerpc/include/asm/kvm_host.h index a22600537a8c..65c4d492d722 100644 --- a/trunk/arch/powerpc/include/asm/kvm_host.h +++ b/trunk/arch/powerpc/include/asm/kvm_host.h @@ -64,13 +64,6 @@ struct kvm_vcpu_stat { u32 halt_wakeup; }; -struct kvmppc_44x_tlbe { - u32 tid; /* Only the low 8 bits are used. */ - u32 word0; - u32 word1; - u32 word2; -}; - enum kvm_exit_types { MMIO_EXITS, DCR_EXITS,