|
@@ -313,19 +313,6 @@ void __noreturn do_task_dead(void);
|
|
|
|
|
|
struct nsproxy;
|
|
|
|
|
|
-#ifdef CONFIG_MMU
|
|
|
-extern void arch_pick_mmap_layout(struct mm_struct *mm);
|
|
|
-extern unsigned long
|
|
|
-arch_get_unmapped_area(struct file *, unsigned long, unsigned long,
|
|
|
- unsigned long, unsigned long);
|
|
|
-extern unsigned long
|
|
|
-arch_get_unmapped_area_topdown(struct file *filp, unsigned long addr,
|
|
|
- unsigned long len, unsigned long pgoff,
|
|
|
- unsigned long flags);
|
|
|
-#else
|
|
|
-static inline void arch_pick_mmap_layout(struct mm_struct *mm) {}
|
|
|
-#endif
|
|
|
-
|
|
|
/**
|
|
|
* struct prev_cputime - snaphsot of system and user cputime
|
|
|
* @utime: time spent in user mode
|
|
@@ -2280,12 +2267,4 @@ static inline void inc_syscw(struct task_struct *tsk)
|
|
|
#define TASK_SIZE_OF(tsk) TASK_SIZE
|
|
|
#endif
|
|
|
|
|
|
-#ifdef CONFIG_MEMCG
|
|
|
-extern void mm_update_next_owner(struct mm_struct *mm);
|
|
|
-#else
|
|
|
-static inline void mm_update_next_owner(struct mm_struct *mm)
|
|
|
-{
|
|
|
-}
|
|
|
-#endif /* CONFIG_MEMCG */
|
|
|
-
|
|
|
#endif
|