From d240a8f47a91c616b4b57126380b76a6dc6ecc2b Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 10 Jun 2013 12:16:16 +0000 Subject: [PATCH] --- yaml --- r: 376953 b: refs/heads/master c: d414976d1ca721456f7b7c603a8699d117c2ec07 h: refs/heads/master i: 376951: 485c2ae954d5532ad507fc93d44ac2a9a6a172f9 v: v3 --- [refs] | 2 +- trunk/arch/mips/include/asm/mmu_context.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 05b3aebcf9f0..61cb531b0399 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e63a24ddc79cc801766646fb643451ad366a1121 +refs/heads/master: d414976d1ca721456f7b7c603a8699d117c2ec07 diff --git a/trunk/arch/mips/include/asm/mmu_context.h b/trunk/arch/mips/include/asm/mmu_context.h index 820116067c10..516e6e9a5594 100644 --- a/trunk/arch/mips/include/asm/mmu_context.h +++ b/trunk/arch/mips/include/asm/mmu_context.h @@ -117,7 +117,7 @@ get_new_mmu_context(struct mm_struct *mm, unsigned long cpu) if (! ((asid += ASID_INC) & ASID_MASK) ) { if (cpu_has_vtag_icache) flush_icache_all(); -#ifdef CONFIG_VIRTUALIZATION +#ifdef CONFIG_KVM kvm_local_flush_tlb_all(); /* start new asid cycle */ #else local_flush_tlb_all(); /* start new asid cycle */