diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 44b8faaac7c0..f18300eddfcb 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -2176,6 +2176,7 @@ static inline void mmdrop(struct mm_struct * mm) | |||
2176 | if (unlikely(atomic_dec_and_test(&mm->mm_count))) | 2176 | if (unlikely(atomic_dec_and_test(&mm->mm_count))) |
2177 | __mmdrop(mm); | 2177 | __mmdrop(mm); |
2178 | } | 2178 | } |
2179 | extern int mm_init_cpumask(struct mm_struct *mm, struct mm_struct *oldmm); | ||
2179 | 2180 | ||
2180 | /* mmput gets rid of the mappings and all user-space */ | 2181 | /* mmput gets rid of the mappings and all user-space */ |
2181 | extern void mmput(struct mm_struct *); | 2182 | extern void mmput(struct mm_struct *); |