Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336000
b: refs/heads/master
c: ddd32b4
h: refs/heads/master
v: v3
  • Loading branch information
Joonsoo Kim authored and H. Peter Anvin committed Nov 14, 2012
1 parent 7aaa5b1 commit 5f4bc70
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: 226f69a4b7ed1da248d653aa1535bad61ba5fa49
refs/heads/master: ddd32b4289a6feda9ad9e68b0d85641c389a72ba
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void flush_tlb_mm_range(struct mm_struct *mm, unsigned long start,
}

if (end == TLB_FLUSH_ALL || tlb_flushall_shift == -1
|| vmflag == VM_HUGETLB) {
|| vmflag & VM_HUGETLB) {
local_flush_tlb();
goto flush_all;
}
Expand Down

0 comments on commit 5f4bc70

Please sign in to comment.