diff options
author | 2024-09-04 11:39:27 +0200 | |
---|---|---|
committer | 2024-09-07 17:12:42 +0200 | |
commit | fccb175bc89a0d37e3ff513bb6bf1f73b3a48950 (patch) | |
tree | 3634331e40a92fd869786c48504cde4d7c9a4fcd /rust/helpers/workqueue.c | |
parent | s390: Use MARCH_HAS_*_FEATURES defines (diff) | |
download | wireguard-linux-fccb175bc89a0d37e3ff513bb6bf1f73b3a48950.tar.xz wireguard-linux-fccb175bc89a0d37e3ff513bb6bf1f73b3a48950.zip |
s390/boot: Compile all files with the same march flag
Only a couple of files of the decompressor are compiled with the
minimum architecture level. This is problematic for potential function
calls between compile units, especially if a target function is within
a compile until compiled for a higher architecture level, since that
may lead to an unexpected operation exception.
Therefore compile all files of the decompressor for the same (minimum)
architecture level.
Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'rust/helpers/workqueue.c')
0 files changed, 0 insertions, 0 deletions