Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87870
b: refs/heads/master
c: 25e5988
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Ingo Molnar committed Mar 27, 2008
1 parent 8e8ae33 commit 3d4ef17
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: b2ef749720a97053d60605a7456772a1752164cc
refs/heads/master: 25e59881f109dc6378ebc463ae4c2de907435de3
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/hugetlbpage.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ follow_huge_addr(struct mm_struct *mm, unsigned long address, int write)

page = &pte_page(*pte)[vpfn % (HPAGE_SIZE/PAGE_SIZE)];

WARN_ON(!PageCompound(page));
WARN_ON(!PageHead(page));

return page;
}
Expand Down

0 comments on commit 3d4ef17

Please sign in to comment.