Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336003
b: refs/heads/master
c: c1ddb48
h: refs/heads/master
i:
  336001: 7b140a7
  335999: 7aaa5b1
v: v3
  • Loading branch information
H. Peter Anvin committed Nov 21, 2012
1 parent ac0a616 commit 88257da
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: 0f905a43ce955b638139bd84486194770a6a2c08
refs/heads/master: c1ddb482044ca6bfe3de6d45ef17383f3d719ed7
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 88257da

Please sign in to comment.