Commit bfc52a39 authored by Russell King's avatar Russell King

[ARM] Add missing tlb_migrate_finish()

Signed-off-by: Russell King
parent 7c896bbf
...@@ -91,4 +91,6 @@ tlb_is_full_mm(struct mmu_gather *tlb) ...@@ -91,4 +91,6 @@ tlb_is_full_mm(struct mmu_gather *tlb)
#define pte_free_tlb(tlb,ptep) pte_free(ptep) #define pte_free_tlb(tlb,ptep) pte_free(ptep)
#define pmd_free_tlb(tlb,pmdp) pmd_free(pmdp) #define pmd_free_tlb(tlb,pmdp) pmd_free(pmdp)
#define tlb_migrate_finish(mm) do { } while (0)
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment