aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 43b70d5f8201..98a44376e4f3 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -1731,8 +1731,12 @@ int in_gate_area_no_mm(unsigned long addr);
1731#define in_gate_area(mm, addr) ({(void)mm; in_gate_area_no_mm(addr);}) 1731#define in_gate_area(mm, addr) ({(void)mm; in_gate_area_no_mm(addr);})
1732#endif /* __HAVE_ARCH_GATE_AREA */ 1732#endif /* __HAVE_ARCH_GATE_AREA */
1733 1733
1734#ifdef CONFIG_SYSCTL
1735extern int sysctl_drop_caches;
1734int drop_caches_sysctl_handler(struct ctl_table *, int, 1736int drop_caches_sysctl_handler(struct ctl_table *, int,
1735 void __user *, size_t *, loff_t *); 1737 void __user *, size_t *, loff_t *);
1738#endif
1739
1736unsigned long shrink_slab(struct shrink_control *shrink, 1740unsigned long shrink_slab(struct shrink_control *shrink,
1737 unsigned long nr_pages_scanned, 1741 unsigned long nr_pages_scanned,
1738 unsigned long lru_pages); 1742 unsigned long lru_pages);