Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288292
b: refs/heads/master
c: 55062d0
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Mar 7, 2012
1 parent 6eaf41d commit 09fa8d6
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: 097d59106a8e4b42d07c9892fdd7790f1659c6ff
refs/heads/master: 55062d061790b43aee01ab3f9ac57b8596254f19
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/hugetlbpage.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ static unsigned long hugetlb_get_unmapped_area_topdown(struct file *file,
* Lookup failure means no vma is above this address,
* i.e. return with success:
*/
vma = find_vma(mm, add);
vma = find_vma(mm, addr);
if (!vma)
return addr;

Expand Down

0 comments on commit 09fa8d6

Please sign in to comment.