target/s390x: Rely on unwinding in s390_cpu_tlb_fill
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Oct 2019 17:16:09 +0000 (10:16 -0700)
committerDavid Hildenbrand <david@redhat.com>
Wed, 9 Oct 2019 10:49:01 +0000 (12:49 +0200)
commit9e1dae315fcd525d156c38671271829aca7cfee4
treeb673c71e18c4aef8cb2fe6e4121e55b14dfe9c25
parent9accc852d807ec6b74d6c3bb2bcafb4863b080f5
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>
target/s390x/excp_helper.c