Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11740
b: refs/heads/master
c: 3ee1fca
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras committed Oct 29, 2005
1 parent 796e400 commit 1b5da9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c1c3a554a32c3de1340887caa5729d67ed6684d6
refs/heads/master: 3ee1fcac33eae824422b9b98d972a85e79672426
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/mm/pgtable_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ struct page *pte_alloc_one(struct mm_struct *mm, unsigned long address)
struct page *ptepage;

#ifdef CONFIG_HIGHPTE
int flags = GFP_KERNEL | __GFP_HIGHMEM | __GFP_REPEAT;
gfp_t flags = GFP_KERNEL | __GFP_HIGHMEM | __GFP_REPEAT;
#else
int flags = GFP_KERNEL | __GFP_REPEAT;
gfp_t flags = GFP_KERNEL | __GFP_REPEAT;
#endif

ptepage = alloc_pages(flags, 0);
Expand Down

0 comments on commit 1b5da9a

Please sign in to comment.