Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200418
b: refs/heads/master
c: 8054a34
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Egger authored and Benjamin Herrenschmidt committed Jun 15, 2010
1 parent c2f5981 commit a8005ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 53b5cd349556394f91553b3bab3b483b4024e6d8
refs/heads/master: 8054a3428fbec2d91dfeb5bd78d7e75064cf163b
4 changes: 0 additions & 4 deletions trunk/arch/powerpc/mm/pgtable_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,7 @@ pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address)
{
struct page *ptepage;

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

ptepage = alloc_pages(flags, 0);
if (!ptepage)
Expand Down

0 comments on commit a8005ca

Please sign in to comment.