|
@@ -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);
|