diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 9d65ae4ba0e0..68c84bb2ad3f 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1335,6 +1335,7 @@ extern void memory_failure(unsigned long pfn, int trapno); | |||
1335 | extern int __memory_failure(unsigned long pfn, int trapno, int ref); | 1335 | extern int __memory_failure(unsigned long pfn, int trapno, int ref); |
1336 | extern int sysctl_memory_failure_early_kill; | 1336 | extern int sysctl_memory_failure_early_kill; |
1337 | extern int sysctl_memory_failure_recovery; | 1337 | extern int sysctl_memory_failure_recovery; |
1338 | extern void shake_page(struct page *p); | ||
1338 | extern atomic_long_t mce_bad_pages; | 1339 | extern atomic_long_t mce_bad_pages; |
1339 | 1340 | ||
1340 | #endif /* __KERNEL__ */ | 1341 | #endif /* __KERNEL__ */ |