target/hppa: Only use EXCP_DTLB_MISS
commit46559e8184b23e539912bb78764e662b5eabb537
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Dec 2017 03:26:52 +0000 (28 19:26 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 31 Jan 2018 13:30:50 +0000 (31 05:30 -0800)
tree8088cc00325d0e06fab04ff329431cd83813d460
parent43e056522f3e653d0d7e412b4e4d54eb7bcae8b1
target/hppa: Only use EXCP_DTLB_MISS

Unknown why this works, but if we return EXCP_ITLB_MISS we
will triple-fault the first userland instruction fetch.
Is it something to do with having a combined I/DTLB?

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/mem_helper.c