Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33470
b: refs/heads/master
c: c9169f8
h: refs/heads/master
v: v3
  • Loading branch information
Adam Litke authored and Paul Mackerras committed Aug 24, 2006
1 parent 0b45442 commit 1b37ff0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: d55c4a76f26160482158cd43788dcfc96a320a4f
refs/heads/master: c9169f8747bb282cbe518132bf7d49755a00b6c1
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/hugetlbpage.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static void free_hugepte_range(struct mmu_gather *tlb, hugepd_t *hpdp)
hpdp->pd = 0;
tlb->need_flush = 1;
pgtable_free_tlb(tlb, pgtable_free_cache(hugepte, HUGEPTE_CACHE_NUM,
HUGEPTE_TABLE_SIZE-1));
PGF_CACHENUM_MASK));
}

#ifdef CONFIG_PPC_64K_PAGES
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-powerpc/pgalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static inline void pte_free(struct page *ptepage)
pte_free_kernel(page_address(ptepage));
}

#define PGF_CACHENUM_MASK 0xf
#define PGF_CACHENUM_MASK 0x3

typedef struct pgtable_free {
unsigned long val;
Expand Down

0 comments on commit 1b37ff0

Please sign in to comment.