KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"
[deliverable/linux.git] / arch / powerpc / include / asm / kvm_ppc.h
index 4adb4a397508de0854092351ab1802c380cb89ea..39daeaa82b536252bc19b8b332f504f896c01c40 100644 (file)
 #include <linux/kvm_types.h>
 #include <linux/kvm_host.h>
 
-struct kvm_tlb {
-       struct tlbe guest_tlb[PPC44x_TLB_SIZE];
-       struct tlbe shadow_tlb[PPC44x_TLB_SIZE];
-};
-
 enum emulation_result {
        EMULATE_DONE,         /* no further processing */
        EMULATE_DO_MMIO,      /* kvm_run filled with MMIO request */
This page took 0.024376 seconds and 5 git commands to generate.