commit | 46559e8184b23e539912bb78764e662b5eabb537 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Dec 28 19:26:52 2017 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Jan 31 05:30:50 2018 -0800 |
tree | 8088cc00325d0e06fab04ff329431cd83813d460 | |
parent | 43e056522f3e653d0d7e412b4e4d54eb7bcae8b1 [diff] |
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>