diff options
Diffstat (limited to 'include')
-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 9670f71d7be9..303108eed28c 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1633,6 +1633,7 @@ enum mf_flags { | |||
1633 | }; | 1633 | }; |
1634 | extern void memory_failure(unsigned long pfn, int trapno); | 1634 | extern void memory_failure(unsigned long pfn, int trapno); |
1635 | extern int __memory_failure(unsigned long pfn, int trapno, int flags); | 1635 | extern int __memory_failure(unsigned long pfn, int trapno, int flags); |
1636 | extern void memory_failure_queue(unsigned long pfn, int trapno, int flags); | ||
1636 | extern int unpoison_memory(unsigned long pfn); | 1637 | extern int unpoison_memory(unsigned long pfn); |
1637 | extern int sysctl_memory_failure_early_kill; | 1638 | extern int sysctl_memory_failure_early_kill; |
1638 | extern int sysctl_memory_failure_recovery; | 1639 | extern int sysctl_memory_failure_recovery; |