diff options
Diffstat (limited to 'include/linux/mm.h')
| -rw-r--r-- | include/linux/mm.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 3899395a03de..e70f21beb4b4 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
| @@ -971,7 +971,13 @@ static inline void setmax_mm_hiwater_rss(unsigned long *maxrss, | |||
| 971 | *maxrss = hiwater_rss; | 971 | *maxrss = hiwater_rss; |
| 972 | } | 972 | } |
| 973 | 973 | ||
| 974 | #if defined(SPLIT_RSS_COUNTING) | ||
| 974 | void sync_mm_rss(struct task_struct *task, struct mm_struct *mm); | 975 | void sync_mm_rss(struct task_struct *task, struct mm_struct *mm); |
| 976 | #else | ||
| 977 | static inline void sync_mm_rss(struct task_struct *task, struct mm_struct *mm) | ||
| 978 | { | ||
| 979 | } | ||
| 980 | #endif | ||
| 975 | 981 | ||
| 976 | /* | 982 | /* |
| 977 | * A callback you can register to apply pressure to ageable caches. | 983 | * A callback you can register to apply pressure to ageable caches. |
| @@ -1459,5 +1465,7 @@ extern void shake_page(struct page *p, int access); | |||
| 1459 | extern atomic_long_t mce_bad_pages; | 1465 | extern atomic_long_t mce_bad_pages; |
| 1460 | extern int soft_offline_page(struct page *page, int flags); | 1466 | extern int soft_offline_page(struct page *page, int flags); |
| 1461 | 1467 | ||
| 1468 | extern void dump_page(struct page *page); | ||
| 1469 | |||
| 1462 | #endif /* __KERNEL__ */ | 1470 | #endif /* __KERNEL__ */ |
| 1463 | #endif /* _LINUX_MM_H */ | 1471 | #endif /* _LINUX_MM_H */ |
