diff options
| author | 2015-04-14 15:45:32 -0700 | |
|---|---|---|
| committer | 2015-04-14 16:49:01 -0700 | |
| commit | 761b06771adeeb734e9eebc6f70f916cb9e2f643 (patch) | |
| tree | 0d782b6eb7071af9530cd693854d2f3ab32d9d4d /include/linux/mm.h | |
| parent | mm: hide per-cpu lists in output of show_mem() (diff) | |
| download | linux-dev-761b06771adeeb734e9eebc6f70f916cb9e2f643.tar.xz linux-dev-761b06771adeeb734e9eebc6f70f916cb9e2f643.zip | |
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); * various contexts. */ #define SHOW_MEM_FILTER_NODES (0x0001u) /* disallowed nodes */ -#define SHOW_MEM_PERCPU_LISTS (0x0002u) /* per-zone per-cpu */ extern void show_free_areas(unsigned int flags); extern bool skip_free_areas_node(unsigned int flags, int nid); |
