diff options
| author | Russell King <rmk@flint.arm.linux.org.uk> | 2005-01-12 19:52:49 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2005-01-12 19:52:49 +0000 |
| commit | bfc52a39f05cf3c661d9b0ca5a98aef6e6a97f50 (patch) | |
| tree | 22694cc68fc96cbdd3b9ab80dd31e2730105e1f8 /include | |
| parent | 7c896bbf8aa0a194f63332aeb1f52021b32b53cd (diff) | |
[ARM] Add missing tlb_migrate_finish()
Signed-off-by: Russell King
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/tlb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/tlb.h b/include/asm-arm/tlb.h index ab3cad4fb53d..0843a876b3ce 100644 --- a/include/asm-arm/tlb.h +++ b/include/asm-arm/tlb.h @@ -91,4 +91,6 @@ tlb_is_full_mm(struct mmu_gather *tlb) #define pte_free_tlb(tlb,ptep) pte_free(ptep) #define pmd_free_tlb(tlb,pmdp) pmd_free(pmdp) +#define tlb_migrate_finish(mm) do { } while (0) + #endif |
