Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14269
b: refs/heads/master
c: 7486a38
h: refs/heads/master
i:
  14267: 4594816
v: v3
  • Loading branch information
Kumar Gala authored and Paul Mackerras committed Nov 16, 2005
1 parent 1ed983e commit f3caa2a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 950fc0025f8566d1c44da04fed216513f83268af
refs/heads/master: 7486a38f683d49e6f8b2b9050ff06778b151a40c
2 changes: 1 addition & 1 deletion trunk/include/asm-ppc/pgalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern void pgd_free(pgd_t *pgd);
#define pmd_populate_kernel(mm, pmd, pte) \
(pmd_val(*(pmd)) = (unsigned long)pte | _PMD_PRESENT)
#define pmd_populate(mm, pmd, pte) \
(pmd_val(*(pmd)) = (unsigned long)page_to_virt(pte) | _PMD_PRESENT)
(pmd_val(*(pmd)) = (unsigned long)lowmem_page_address(pte) | _PMD_PRESENT)
#endif

extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long addr);
Expand Down

0 comments on commit f3caa2a

Please sign in to comment.