Nicholas Flintham | 1e3d311 | 2013-04-10 10:48:38 +0100 | [diff] [blame^] | 1 | #ifndef _ASM_GENERIC_MM_HOOKS_H |
2 | #define _ASM_GENERIC_MM_HOOKS_H | ||||
3 | |||||
4 | static inline void arch_dup_mmap(struct mm_struct *oldmm, | ||||
5 | struct mm_struct *mm) | ||||
6 | { | ||||
7 | } | ||||
8 | |||||
9 | static inline void arch_exit_mmap(struct mm_struct *mm) | ||||
10 | { | ||||
11 | } | ||||
12 | |||||
13 | #endif |