|
@@ -172,7 +172,7 @@ static inline pgtable_t pte_alloc_one(struct mm_struct *mm,
|
|
|
|
|
|
static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte)
|
|
static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte)
|
|
{
|
|
{
|
|
- pte_fragment_fre((unsigned long *)pte, 1);
|
|
|
|
|
|
+ pte_fragment_free((unsigned long *)pte, 1);
|
|
}
|
|
}
|
|
|
|
|
|
static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage)
|
|
static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage)
|