aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/kvm/kvm_tlb.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/kvm/kvm_tlb.c b/arch/mips/kvm/kvm_tlb.c
index c777dd36d4a8..52083ea7fddd 100644
--- a/arch/mips/kvm/kvm_tlb.c
+++ b/arch/mips/kvm/kvm_tlb.c
@@ -25,6 +25,7 @@
25#include <asm/mmu_context.h> 25#include <asm/mmu_context.h>
26#include <asm/pgtable.h> 26#include <asm/pgtable.h>
27#include <asm/cacheflush.h> 27#include <asm/cacheflush.h>
28#include <asm/tlb.h>
28 29
29#undef CONFIG_MIPS_MT 30#undef CONFIG_MIPS_MT
30#include <asm/r4kcache.h> 31#include <asm/r4kcache.h>
@@ -35,9 +36,6 @@
35 36
36#define PRIx64 "llx" 37#define PRIx64 "llx"
37 38
38/* Use VZ EntryHi.EHINV to invalidate TLB entries */
39#define UNIQUE_ENTRYHI(idx) (CKSEG0 + ((idx) << (PAGE_SHIFT + 1)))
40
41atomic_t kvm_mips_instance; 39atomic_t kvm_mips_instance;
42EXPORT_SYMBOL(kvm_mips_instance); 40EXPORT_SYMBOL(kvm_mips_instance);
43 41