Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14409
b: refs/heads/master
c: b50ce23
h: refs/heads/master
i:
  14407: eac6196
v: v3
  • Loading branch information
Andy Whitcroft authored and Linus Torvalds committed Nov 18, 2005
1 parent 88a66f2 commit ce1b800
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0e485216de80046dd0d448b7cd530dbfc31402f
refs/heads/master: b50ce2324cecf4efc7babe31f4aa1a07f9157317
4 changes: 4 additions & 0 deletions trunk/include/asm-powerpc/page_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@ static inline void copy_page(void *to, void *from)
extern u64 ppc64_pft_size;

/* Large pages size */
#ifdef CONFIG_HUGETLB_PAGE
extern unsigned int HPAGE_SHIFT;
#else
#define HPAGE_SHIFT PAGE_SHIFT
#endif
#define HPAGE_SIZE ((1UL) << HPAGE_SHIFT)
#define HPAGE_MASK (~(HPAGE_SIZE - 1))
#define HUGETLB_PAGE_ORDER (HPAGE_SHIFT - PAGE_SHIFT)
Expand Down

0 comments on commit ce1b800

Please sign in to comment.