Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376953
b: refs/heads/master
c: d414976
h: refs/heads/master
i:
  376951: 485c2ae
v: v3
  • Loading branch information
Markos Chandras authored and Ralf Baechle committed Jun 10, 2013
1 parent 589e027 commit d240a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e63a24ddc79cc801766646fb643451ad366a1121
refs/heads/master: d414976d1ca721456f7b7c603a8699d117c2ec07
2 changes: 1 addition & 1 deletion trunk/arch/mips/include/asm/mmu_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit d240a8f

Please sign in to comment.