Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343345
b: refs/heads/master
c: 8c4894c
h: refs/heads/master
i:
  343343: db5d6af
v: v3
  • Loading branch information
Naoya Horiguchi authored and Linus Torvalds committed Dec 13, 2012
1 parent 3780550 commit 57ec9d1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4128997b5f0e7ad583a5f3990051b8188b39055c
refs/heads/master: 8c4894c6bc790d0e31e072202939ac6747bbe7ac
4 changes: 3 additions & 1 deletion trunk/mm/hugetlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2386,8 +2386,10 @@ void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vma,
/*
* HWPoisoned hugepage is already unmapped and dropped reference
*/
if (unlikely(is_hugetlb_entry_hwpoisoned(pte)))
if (unlikely(is_hugetlb_entry_hwpoisoned(pte))) {
pte_clear(mm, address, ptep);
continue;
}

page = pte_page(pte);
/*
Expand Down

0 comments on commit 57ec9d1

Please sign in to comment.