diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index fc4415256ec3..4c0c01afc19b 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1016,7 +1016,6 @@ extern void pagefault_out_of_memory(void); | |||
1016 | * various contexts. | 1016 | * various contexts. |
1017 | */ | 1017 | */ |
1018 | #define SHOW_MEM_FILTER_NODES (0x0001u) /* disallowed nodes */ | 1018 | #define SHOW_MEM_FILTER_NODES (0x0001u) /* disallowed nodes */ |
1019 | #define SHOW_MEM_FILTER_PAGE_COUNT (0x0002u) /* page type count */ | ||
1020 | 1019 | ||
1021 | extern void show_free_areas(unsigned int flags); | 1020 | extern void show_free_areas(unsigned int flags); |
1022 | extern bool skip_free_areas_node(unsigned int flags, int nid); | 1021 | extern bool skip_free_areas_node(unsigned int flags, int nid); |