mm: Fix boot crash in mm_alloc()
[deliverable/linux.git] / include / linux / sched.h
index bcddd01381050852b856b3144bdc054f0c79204a..2a8621c4be1e36d6e713f1b30e51cc607f8b4e02 100644 (file)
@@ -2194,7 +2194,6 @@ static inline void mmdrop(struct mm_struct * mm)
        if (unlikely(atomic_dec_and_test(&mm->mm_count)))
                __mmdrop(mm);
 }
-extern int mm_init_cpumask(struct mm_struct *mm, struct mm_struct *oldmm);
 
 /* mmput gets rid of the mappings and all user-space */
 extern void mmput(struct mm_struct *);
This page took 0.024962 seconds and 5 git commands to generate.