diff options
author | Konstantin Khlebnikov <koct9i@gmail.com> | 2015-04-14 18:45:32 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-14 19:49:01 -0400 |
commit | 761b06771adeeb734e9eebc6f70f916cb9e2f643 (patch) | |
tree | 0d782b6eb7071af9530cd693854d2f3ab32d9d4d /include/linux/mm.h | |
parent | d1bfcdb8ce0ea6eb6034daa7ff02548e0bc9c21b (diff) |
mm: completely remove dumping per-cpu lists from show_mem()
It seems nobody needs this.
Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>
Cc: Michal Hocko <mhocko@suse.cz>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 9c21b42d07bf..6571dd78e984 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1126,7 +1126,6 @@ extern void pagefault_out_of_memory(void); | |||
1126 | * various contexts. | 1126 | * various contexts. |
1127 | */ | 1127 | */ |
1128 | #define SHOW_MEM_FILTER_NODES (0x0001u) /* disallowed nodes */ | 1128 | #define SHOW_MEM_FILTER_NODES (0x0001u) /* disallowed nodes */ |
1129 | #define SHOW_MEM_PERCPU_LISTS (0x0002u) /* per-zone per-cpu */ | ||
1130 | 1129 | ||
1131 | extern void show_free_areas(unsigned int flags); | 1130 | extern void show_free_areas(unsigned int flags); |
1132 | extern bool skip_free_areas_node(unsigned int flags, int nid); | 1131 | extern bool skip_free_areas_node(unsigned int flags, int nid); |