--- zzzz-none-000/linux-3.10.107/arch/mn10300/include/asm/pgalloc.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/mn10300/include/asm/pgalloc.h 2021-02-04 17:41:59.000000000 +0000 @@ -46,6 +46,7 @@ static inline void pte_free(struct mm_struct *mm, struct page *pte) { + pgtable_page_dtor(pte); __free_page(pte); }