|
@@ -372,30 +372,6 @@ void tlb_remove_table(struct mmu_gather *tlb, void *table)
|
|
|
|
|
|
#endif /* CONFIG_HAVE_RCU_TABLE_FREE */
|
|
|
|
|
|
-/*
|
|
|
- * If a p?d_bad entry is found while walking page tables, report
|
|
|
- * the error, before resetting entry to p?d_none. Usually (but
|
|
|
- * very seldom) called out from the p?d_none_or_clear_bad macros.
|
|
|
- */
|
|
|
-
|
|
|
-void pgd_clear_bad(pgd_t *pgd)
|
|
|
-{
|
|
|
- pgd_ERROR(*pgd);
|
|
|
- pgd_clear(pgd);
|
|
|
-}
|
|
|
-
|
|
|
-void pud_clear_bad(pud_t *pud)
|
|
|
-{
|
|
|
- pud_ERROR(*pud);
|
|
|
- pud_clear(pud);
|
|
|
-}
|
|
|
-
|
|
|
-void pmd_clear_bad(pmd_t *pmd)
|
|
|
-{
|
|
|
- pmd_ERROR(*pmd);
|
|
|
- pmd_clear(pmd);
|
|
|
-}
|
|
|
-
|
|
|
/*
|
|
|
* Note: this doesn't free the actual pages themselves. That
|
|
|
* has been handled earlier when unmapping all the memory regions.
|