Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217121
b: refs/heads/master
c: 5f0cb3e
h: refs/heads/master
i:
  217119: da2c86d
v: v3
  • Loading branch information
Michal Simek committed Oct 21, 2010
1 parent 42067bc commit 6f3326a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f859f0a235d4d9e7eae49bf10bab6b0967d328f6
refs/heads/master: 5f0cb3e01ec41b35b8452856f2ddd7a9f36fb80b
3 changes: 2 additions & 1 deletion trunk/arch/microblaze/include/asm/pgalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ extern inline void pte_free(struct mm_struct *mm, struct page *ptepage)

#define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))

#define pmd_populate(mm, pmd, pte) (pmd_val(*(pmd)) = page_address(pte))
#define pmd_populate(mm, pmd, pte) \
(pmd_val(*(pmd)) = (unsigned long)page_address(pte))

#define pmd_populate_kernel(mm, pmd, pte) \
(pmd_val(*(pmd)) = (unsigned long) (pte))
Expand Down

0 comments on commit 6f3326a

Please sign in to comment.