On 7/4/22 02:58, Stafford Horne wrote:
In commit f0655423ca ("target/openrisc: Reorg tlb lookup") data and
instruction TLB reads were combined.  This, broke debugger reads where
we first tried to map using the data tlb then fall back to the
instruction tlb.

This patch replicates this logic by first requesting a PAGE_READ
protection mapping then falling back to PAGE_EXEC.

Signed-off-by: Stafford Horne <sho...@gmail.com>

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to