blob: 47fd0fd687329da1a8c321d7a4bc61520113d143 [file] [log] [blame]
Nicholas Flintham1e3d3112013-04-10 10:48:38 +01001#ifndef _ASM_GENERIC_MM_HOOKS_H
2#define _ASM_GENERIC_MM_HOOKS_H
3
4static inline void arch_dup_mmap(struct mm_struct *oldmm,
5 struct mm_struct *mm)
6{
7}
8
9static inline void arch_exit_mmap(struct mm_struct *mm)
10{
11}
12
13#endif