]> Pileus Git - ~andy/linux/blobdiff - include/linux/mm.h
Merge branch 'sched/urgent' into sched/core
[~andy/linux] / include / linux / mm.h
index bcaab4e6fe913ac6e3f2ef0a6c83ea24d8972867..fa068040273893c27d71461e459e2eb268739396 100644 (file)
@@ -1684,5 +1684,9 @@ static inline unsigned int debug_guardpage_minorder(void) { return 0; }
 static inline bool page_is_guard(struct page *page) { return false; }
 #endif /* CONFIG_DEBUG_PAGEALLOC */
 
+extern void reset_zone_present_pages(void);
+extern void fixup_zone_present_pages(int nid, unsigned long start_pfn,
+                               unsigned long end_pfn);
+
 #endif /* __KERNEL__ */
 #endif /* _LINUX_MM_H */