]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
KVM: ppc: move struct kvmppc_44x_tlbe into 44x-specific header
authorHollis Blanchard <hollisb@us.ibm.com>
Sat, 3 Jan 2009 22:22:58 +0000 (16:22 -0600)
committerAvi Kivity <avi@redhat.com>
Tue, 24 Mar 2009 09:02:55 +0000 (11:02 +0200)
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/powerpc/include/asm/kvm_44x.h
arch/powerpc/include/asm/kvm_host.h

index f49031b632ca34bb82536bb1f3a0913a6a59b571..d22d39942a926fa05874557af866d04079f4aebe 100644 (file)
  * 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;
index a22600537a8cf868236a9caa1eaa288156233a9c..65c4d492d722dfb8aedcfaa2fc62d4474b3273bd 100644 (file)
@@ -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,