diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-09-14 15:25:34 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-09-14 15:25:34 -0400 |
commit | 7a95bdb092c66b6473aa2fc848862ae557ab08f7 (patch) | |
tree | 0975b8f39455808af726198cb7b2f10616bd61ae /tools | |
parent | 11a19c7b099f96d00a8dec52bfbb8475e89b6745 (diff) | |
parent | 5f48f0bd4e368425db4424b9afd1bd251d32367a (diff) |
Merge branch 'akpm' (patches from Andrew)
Merge misc fixes from Andrew Morton:
"A few leftovers"
* emailed patches from Andrew Morton <akpm@linux-foundation.org>:
mm, page_owner: skip unnecessary stack_trace entries
arm64: stacktrace: avoid listing stacktrace functions in stacktrace
mm: treewide: remove GFP_TEMPORARY allocation flag
IB/mlx4: fix sprintf format warning
fscache: fix fscache_objlist_show format processing
lib/test_bitmap.c: use ULL suffix for 64-bit constants
procfs: remove unused variable
drivers/media/cec/cec-adap.c: fix build with gcc-4.4.4
idr: remove WARN_ON_ONCE() when trying to replace negative ID
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/builtin-kmem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/builtin-kmem.c b/tools/perf/builtin-kmem.c index a1497c516d85..24ee68ecdd42 100644 --- a/tools/perf/builtin-kmem.c +++ b/tools/perf/builtin-kmem.c | |||
@@ -627,7 +627,6 @@ static const struct { | |||
627 | { "GFP_HIGHUSER_MOVABLE", "HUM" }, | 627 | { "GFP_HIGHUSER_MOVABLE", "HUM" }, |
628 | { "GFP_HIGHUSER", "HU" }, | 628 | { "GFP_HIGHUSER", "HU" }, |
629 | { "GFP_USER", "U" }, | 629 | { "GFP_USER", "U" }, |
630 | { "GFP_TEMPORARY", "TMP" }, | ||
631 | { "GFP_KERNEL_ACCOUNT", "KAC" }, | 630 | { "GFP_KERNEL_ACCOUNT", "KAC" }, |
632 | { "GFP_KERNEL", "K" }, | 631 | { "GFP_KERNEL", "K" }, |
633 | { "GFP_NOFS", "NF" }, | 632 | { "GFP_NOFS", "NF" }, |