Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332446
b: refs/heads/master
c: 2d28a22
h: refs/heads/master
v: v3
  • Loading branch information
Catalin Marinas authored and Linus Torvalds committed Oct 9, 2012
1 parent 26cc758 commit ec27b86
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: e3b4126c556ca3a07699adf202d44bed3f453638
refs/heads/master: 2d28a2275c21d04290cfba1555c89a806d2b7706
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static inline pmd_t pmdp_get_and_clear(struct mm_struct *mm,
pmd_t *pmdp)
{
pmd_t pmd = *pmdp;
pmd_clear(mm, address, pmdp);
pmd_clear(pmdp);
return pmd;
}
#endif /* CONFIG_TRANSPARENT_HUGEPAGE */
Expand Down

0 comments on commit ec27b86

Please sign in to comment.