aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r--include/linux/mm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index e0c8528a41a4..958e9efd02a7 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -1784,6 +1784,7 @@ enum mf_flags {
1784 MF_COUNT_INCREASED = 1 << 0, 1784 MF_COUNT_INCREASED = 1 << 0,
1785 MF_ACTION_REQUIRED = 1 << 1, 1785 MF_ACTION_REQUIRED = 1 << 1,
1786 MF_MUST_KILL = 1 << 2, 1786 MF_MUST_KILL = 1 << 2,
1787 MF_SOFT_OFFLINE = 1 << 3,
1787}; 1788};
1788extern int memory_failure(unsigned long pfn, int trapno, int flags); 1789extern int memory_failure(unsigned long pfn, int trapno, int flags);
1789extern void memory_failure_queue(unsigned long pfn, int trapno, int flags); 1790extern void memory_failure_queue(unsigned long pfn, int trapno, int flags);