diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 8cdb941fc7b5..849b4a61bd8f 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1339,8 +1339,9 @@ extern int __memory_failure(unsigned long pfn, int trapno, int flags); | |||
1339 | extern int unpoison_memory(unsigned long pfn); | 1339 | extern int unpoison_memory(unsigned long pfn); |
1340 | extern int sysctl_memory_failure_early_kill; | 1340 | extern int sysctl_memory_failure_early_kill; |
1341 | extern int sysctl_memory_failure_recovery; | 1341 | extern int sysctl_memory_failure_recovery; |
1342 | extern void shake_page(struct page *p); | 1342 | extern void shake_page(struct page *p, int access); |
1343 | extern atomic_long_t mce_bad_pages; | 1343 | extern atomic_long_t mce_bad_pages; |
1344 | extern int soft_offline_page(struct page *page, int flags); | ||
1344 | 1345 | ||
1345 | #endif /* __KERNEL__ */ | 1346 | #endif /* __KERNEL__ */ |
1346 | #endif /* _LINUX_MM_H */ | 1347 | #endif /* _LINUX_MM_H */ |