diff options
author | 2023-02-02 15:47:38 +0100 | |
---|---|---|
committer | 2023-02-09 20:11:23 +0100 | |
commit | b0b7b43fcc4666232b4ed65d2c8fa08aff1b6042 (patch) | |
tree | 039c69d837fd3b34e5a8556fe4a6bcd581f80156 /tools/perf/scripts/python/stackcollapse.py | |
parent | MAINTAINERS: add diag288_wdt driver to s390 maintained files (diff) | |
download | wireguard-linux-b0b7b43fcc4666232b4ed65d2c8fa08aff1b6042.tar.xz wireguard-linux-b0b7b43fcc4666232b4ed65d2c8fa08aff1b6042.zip |
s390/vx: add 64 and 128 bit members to __vector128 struct
Add 64 and 128 bit members to __vector128 struct in order to allow reading
of the complete value, or the higher or lower part of vector register
contents instead of having to use casts.
Add an explicit __aligned(4) statement to avoid that the alignment of the
structure changes from 4 to 8. This should make sure that no breakage
happens because of this change.
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions