mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
9de45f736f
The pmd_free_tlb function fails to call pgtable_pmd_page_dtor. Without the call the ptlock for the pmd tables will not be freed. Add the missing call. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>