diff options
author | Richard Henderson | 2019-10-01 19:16:09 +0200 |
---|---|---|
committer | David Hildenbrand | 2019-10-09 12:49:01 +0200 |
commit | 9e1dae315fcd525d156c38671271829aca7cfee4 (patch) | |
tree | b673c71e18c4aef8cb2fe6e4121e55b14dfe9c25 /pc-bios/optionrom | |
parent | target/s390x: Simplify helper_lra (diff) | |
download | qemu-9e1dae315fcd525d156c38671271829aca7cfee4.tar.gz qemu-9e1dae315fcd525d156c38671271829aca7cfee4.tar.xz qemu-9e1dae315fcd525d156c38671271829aca7cfee4.zip |
target/s390x: Rely on unwinding in s390_cpu_tlb_fill
We currently set ilen to AUTO, then overwrite that during
unwinding, then overwrite that for the code access case.
This can be simplified to setting ilen to our arbitrary
value for the (undefined) code access case, then rely on
unwinding to overwrite that with the correct value for
the data access case.
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20191001171614.8405-14-richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Diffstat (limited to 'pc-bios/optionrom')
0 files changed, 0 insertions, 0 deletions