diff options
Diffstat (limited to 'mm/internal.h')
-rw-r--r-- | mm/internal.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mm/internal.h b/mm/internal.h index 24d88f084705..4ef49fc55e58 100644 --- a/mm/internal.h +++ b/mm/internal.h | |||
@@ -498,6 +498,7 @@ extern struct workqueue_struct *mm_percpu_wq; | |||
498 | #ifdef CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH | 498 | #ifdef CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH |
499 | void try_to_unmap_flush(void); | 499 | void try_to_unmap_flush(void); |
500 | void try_to_unmap_flush_dirty(void); | 500 | void try_to_unmap_flush_dirty(void); |
501 | void flush_tlb_batched_pending(struct mm_struct *mm); | ||
501 | #else | 502 | #else |
502 | static inline void try_to_unmap_flush(void) | 503 | static inline void try_to_unmap_flush(void) |
503 | { | 504 | { |
@@ -505,7 +506,9 @@ static inline void try_to_unmap_flush(void) | |||
505 | static inline void try_to_unmap_flush_dirty(void) | 506 | static inline void try_to_unmap_flush_dirty(void) |
506 | { | 507 | { |
507 | } | 508 | } |
508 | 509 | static inline void flush_tlb_batched_pending(struct mm_struct *mm) | |
510 | { | ||
511 | } | ||
509 | #endif /* CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH */ | 512 | #endif /* CONFIG_ARCH_WANT_BATCHED_UNMAP_TLB_FLUSH */ |
510 | 513 | ||
511 | extern const struct trace_print_flags pageflag_names[]; | 514 | extern const struct trace_print_flags pageflag_names[]; |