Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85854
b: refs/heads/master
c: b3dd5b8
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and David S. Miller committed Feb 13, 2008
1 parent 5847f7e commit 7ccaf30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 631a9dca60ddd7d84a08171a14828e9cfb667d48
refs/heads/master: b3dd5b82560eef53a537e409f50261d0b33c75ce
4 changes: 1 addition & 3 deletions trunk/arch/sparc/mm/sun4c.c
Original file line number Diff line number Diff line change
Expand Up @@ -1941,9 +1941,7 @@ static pte_t *sun4c_pte_alloc_one_kernel(struct mm_struct *mm, unsigned long add
if ((pte = sun4c_pte_alloc_one_fast(mm, address)) != NULL)
return pte;

pte = (pte_t *)__get_free_page(GFP_KERNEL|__GFP_REPEAT);
if (pte)
memset(pte, 0, PAGE_SIZE);
pte = (pte_t *)get_zeroed_page(GFP_KERNEL|__GFP_REPEAT);
return pte;
}

Expand Down

0 comments on commit 7ccaf30

Please sign in to comment.