Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155903
b: refs/heads/master
c: 4733fd3
h: refs/heads/master
i:
  155901: a66acc9
  155899: 0a3fce7
  155895: cf4905e
  155887: fdb0b48
  155871: 3193a96
  155839: e3b19c1
  155775: 46563f9
  155647: c683d11
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Linus Torvalds committed Jul 28, 2009
1 parent 897b2f4 commit e1d4567
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 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: c56d300086140c93dc3390e5300fd17df802ec0e
refs/heads/master: 4733fd328f14280900435d9dbae1487d110a4d56
11 changes: 0 additions & 11 deletions trunk/arch/mips/include/asm/pgalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,6 @@ do { \
tlb_remove_page((tlb), pte); \
} while (0)

#ifdef CONFIG_32BIT

/*
* allocating and freeing a pmd is trivial: the 1-entry pmd is
* inside the pgd, so has no extra memory associated with it.
*/
#define pmd_free(mm, x) do { } while (0)
#define __pmd_free_tlb(tlb, x, addr) do { } while (0)

#endif

#ifdef CONFIG_64BIT

static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address)
Expand Down
8 changes: 0 additions & 8 deletions trunk/arch/sh/include/asm/pgalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@ do { \
tlb_remove_page((tlb), (pte)); \
} while (0)

/*
* allocating and freeing a pmd is trivial: the 1-entry pmd is
* inside the pgd, so has no extra memory associated with it.
*/

#define pmd_free(mm, x) do { } while (0)
#define __pmd_free_tlb(tlb,x,addr) do { } while (0)

static inline void check_pgt_cache(void)
{
quicklist_trim(QUICK_PGD, NULL, 25, 16);
Expand Down

0 comments on commit e1d4567

Please sign in to comment.