Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106322
b: refs/heads/master
c: 510a35d
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Righi authored and Linus Torvalds committed Jul 27, 2008
1 parent 4694452 commit 9eedcfe
Show file tree
Hide file tree
Showing 2 changed files with 5 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: b2d002dba5a8a4c0c3ec96fd1ff3c9def6bd71a1
refs/heads/master: 510a35d4a47802f4a0028aa6bd2ca2170da5e32f
5 changes: 4 additions & 1 deletion trunk/include/linux/hugetlb.h
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,10 @@ struct hstate {};
#define huge_page_mask(h) PAGE_MASK
#define huge_page_order(h) 0
#define huge_page_shift(h) PAGE_SHIFT
#define pages_per_huge_page(h) 1
static inline unsigned int pages_per_huge_page(struct hstate *h)
{
return 1;
}
#endif

#endif /* _LINUX_HUGETLB_H */

0 comments on commit 9eedcfe

Please sign in to comment.