From e1d45678d4327250ca7a128b0ec7109919618f75 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Tue, 28 Jul 2009 10:16:48 +1000 Subject: [PATCH] --- yaml --- r: 155903 b: refs/heads/master c: 4733fd328f14280900435d9dbae1487d110a4d56 h: refs/heads/master i: 155901: a66acc92de0898310074f3666afbc2ac66125441 155899: 0a3fce7eb437dca543672a4cbd91588d6aa1debf 155895: cf4905ec6ceb50cf294ff35cec12e18942408132 155887: fdb0b48722fa1c6db0e752255300c20e6628df32 155871: 3193a96ad7df4b383ab4bf5bcadb3cc8eb3ab810 155839: e3b19c19dea5dc58b46c1ab25acf13e25a92e6a8 155775: 46563f9d8b9f2e9d020bc5dc67f13dbd9da94272 155647: c683d114eece7293db1b0163ade0c4c92c09f93d v: v3 --- [refs] | 2 +- trunk/arch/mips/include/asm/pgalloc.h | 11 ----------- trunk/arch/sh/include/asm/pgalloc.h | 8 -------- 3 files changed, 1 insertion(+), 20 deletions(-) diff --git a/[refs] b/[refs] index 7c84e5af74d0..d2e25ee10f9c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c56d300086140c93dc3390e5300fd17df802ec0e +refs/heads/master: 4733fd328f14280900435d9dbae1487d110a4d56 diff --git a/trunk/arch/mips/include/asm/pgalloc.h b/trunk/arch/mips/include/asm/pgalloc.h index f705735feefc..3738f4b48cbd 100644 --- a/trunk/arch/mips/include/asm/pgalloc.h +++ b/trunk/arch/mips/include/asm/pgalloc.h @@ -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) diff --git a/trunk/arch/sh/include/asm/pgalloc.h b/trunk/arch/sh/include/asm/pgalloc.h index 89a482750a5b..63ca37bd9a95 100644 --- a/trunk/arch/sh/include/asm/pgalloc.h +++ b/trunk/arch/sh/include/asm/pgalloc.h @@ -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);