mm: make wait_on_page_writeback() wait for multiple pending writebacks
[linux/fpc-iii.git] / include / asm-generic / nommu_context.h
blob4f916f9e16cd32b45ba3691c0f96a805ea7f37e0
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_GENERIC_NOMMU_H
3 #define __ASM_GENERIC_NOMMU_H
5 /*
6 * Generic hooks for NOMMU architectures, which do not need to do
7 * anything special here.
8 */
9 #include <asm-generic/mm_hooks.h>
11 static inline void switch_mm(struct mm_struct *prev,
12 struct mm_struct *next,
13 struct task_struct *tsk)
17 #include <asm-generic/mmu_context.h>
19 #endif /* __ASM_GENERIC_NOMMU_H */