]> Git Repo - qemu.git/commit
target/hppa: Only use EXCP_DTLB_MISS
authorRichard Henderson <[email protected]>
Fri, 29 Dec 2017 03:26:52 +0000 (19:26 -0800)
committerRichard Henderson <[email protected]>
Wed, 31 Jan 2018 13:30:50 +0000 (05:30 -0800)
commit46559e8184b23e539912bb78764e662b5eabb537
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 <[email protected]>
target/hppa/mem_helper.c
This page took 0.024503 seconds and 4 git commands to generate.