Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176135
b: refs/heads/master
c: d4f1827
h: refs/heads/master
i:
  176133: b8b0b06
  176131: cf3c9ab
  176127: a3c9286
v: v3
  • Loading branch information
Michal Simek committed Dec 14, 2009
1 parent d1594a8 commit e8fc597
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 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: fd3db0a675a35f28b08e47e8ed1a7a7f158467c2
refs/heads/master: d4f182700bb1279ae7e76a59b9be39efa5f23bfe
9 changes: 3 additions & 6 deletions trunk/arch/microblaze/include/asm/pgalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ extern inline void free_pgd_slow(pgd_t *pgd)
*/
#define pmd_alloc_one_fast(mm, address) ({ BUG(); ((pmd_t *)1); })
#define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); })
/* FIXME two definition - look below */
#define pmd_free(mm, x) do { } while (0)
#define pgd_populate(mm, pmd, pte) BUG()

static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm,
unsigned long address)
Expand Down Expand Up @@ -192,14 +189,14 @@ extern inline void pte_free(struct mm_struct *mm, struct page *ptepage)
* the pgd will always be present..
*/
#define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); })
/*#define pmd_free(mm, x) do { } while (0)*/
#define __pmd_free_tlb(tlb, x, addr) do { } while (0)
#define pmd_free(mm, x) do { } while (0)
#define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
#define pgd_populate(mm, pmd, pte) BUG()

extern int do_check_pgt_cache(int, int);

#endif /* CONFIG_MMU */

#define check_pgt_cache() do {} while (0)
#define check_pgt_cache() do { } while (0)

#endif /* _ASM_MICROBLAZE_PGALLOC_H */

0 comments on commit e8fc597

Please sign in to comment.