From 7996a3d79d55b7f879dfd62e202bbfe2963718d3 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 27 Jul 2013 22:15:01 +0000 Subject: really properly move files --- libdde-linux26/contrib/include/asm-generic/mm_hooks.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libdde-linux26/contrib/include/asm-generic/mm_hooks.h (limited to 'libdde-linux26/contrib/include/asm-generic/mm_hooks.h') diff --git a/libdde-linux26/contrib/include/asm-generic/mm_hooks.h b/libdde-linux26/contrib/include/asm-generic/mm_hooks.h new file mode 100644 index 00000000..67dea812 --- /dev/null +++ b/libdde-linux26/contrib/include/asm-generic/mm_hooks.h @@ -0,0 +1,18 @@ +/* + * Define generic no-op hooks for arch_dup_mmap and arch_exit_mmap, to + * be included in asm-FOO/mmu_context.h for any arch FOO which doesn't + * need to hook these. + */ +#ifndef _ASM_GENERIC_MM_HOOKS_H +#define _ASM_GENERIC_MM_HOOKS_H + +static inline void arch_dup_mmap(struct mm_struct *oldmm, + struct mm_struct *mm) +{ +} + +static inline void arch_exit_mmap(struct mm_struct *mm) +{ +} + +#endif /* _ASM_GENERIC_MM_HOOKS_H */ -- cgit v1.2.3