diff options
author | Ilya Leoshkevich <[email protected]> | 2019-11-18 19:03:38 +0100 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2019-11-18 19:51:16 -0800 |
commit | 451e448ff4bb137da3d4b8b26a8260a2ff66869a (patch) | |
tree | e1829a7bf05560eb28a49d20b52b6b8def0ae61d /scripts/gdb/linux/tasks.py | |
parent | c1aff5682da2977c26fc087cf6a28e31a430174b (diff) |
s390/bpf: Use lgrl instead of lg where possible
lg and lgrl have the same performance characteristics, but the former
requires a base register and is subject to long displacement range
limits, while the latter does not. Therefore, lgrl is totally superior
to lg and should be used instead whenever possible.
Signed-off-by: Ilya Leoshkevich <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions