diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/um/kernel/skas/mmu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/um/kernel/skas/mmu.c b/arch/um/kernel/skas/mmu.c index 48c8c136c038..ae79888cf520 100644 --- a/arch/um/kernel/skas/mmu.c +++ b/arch/um/kernel/skas/mmu.c | |||
@@ -149,4 +149,6 @@ void destroy_context(struct mm_struct *mm) | |||
149 | pmd_free((pmd_t *) mmu->last_pmd); | 149 | pmd_free((pmd_t *) mmu->last_pmd); |
150 | #endif | 150 | #endif |
151 | } | 151 | } |
152 | |||
153 | free_ldt(mmu); | ||
152 | } | 154 | } |