diff options
author | 2017-04-17 09:07:37 +0200 | |
---|---|---|
committer | 2017-04-17 09:07:37 +0200 | |
commit | 15a0654851382faaf41a8da6d4e10201091246b9 (patch) | |
tree | 810678e1b3d71b5b6e3c2422c6dddc6d3065caed /tools/perf | |
parent | vt: make mouse selection of non-ASCII consistent (diff) | |
parent | Linux 4.11-rc7 (diff) | |
download | wireguard-linux-15a0654851382faaf41a8da6d4e10201091246b9.tar.xz wireguard-linux-15a0654851382faaf41a8da6d4e10201091246b9.zip |
Merge 4.11-rc7 into tty-next
We want the tty patch revert in here to handle merges and future work
properly.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r-- | tools/perf/util/annotate.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/util/annotate.c b/tools/perf/util/annotate.c index 273f21fa32b5..7aa57225cbf7 100644 --- a/tools/perf/util/annotate.c +++ b/tools/perf/util/annotate.c @@ -130,6 +130,12 @@ static struct arch architectures[] = { .name = "powerpc", .init = powerpc__annotate_init, }, + { + .name = "s390", + .objdump = { + .comment_char = '#', + }, + }, }; static void ins__delete(struct ins_operands *ops) |