KVM: ppc: move struct kvmppc_44x_tlbe into 44x-specific header
[sfrench/cifs-2.6.git] / arch / powerpc / include / asm / kvm_44x.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;