diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index da42093250c3..7d4552fe0864 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -938,9 +938,6 @@ static inline void vm_stat_account(struct mm_struct *mm, | |||
938 | } | 938 | } |
939 | #endif /* CONFIG_PROC_FS */ | 939 | #endif /* CONFIG_PROC_FS */ |
940 | 940 | ||
941 | /* update per process rss and vm hiwater data */ | ||
942 | extern void update_mem_hiwater(struct task_struct *tsk); | ||
943 | |||
944 | #ifndef CONFIG_DEBUG_PAGEALLOC | 941 | #ifndef CONFIG_DEBUG_PAGEALLOC |
945 | static inline void | 942 | static inline void |
946 | kernel_map_pages(struct page *page, int numpages, int enable) | 943 | kernel_map_pages(struct page *page, int numpages, int enable) |