target/hppa: allow multiple itlbp without itlba
commit38188fd216cf139e88459296cb42400b5a039f79
authorSven Schnelle <svens@stackframe.org>
Mon, 11 Mar 2019 19:15:59 +0000 (11 20:15 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Mar 2019 16:13:43 +0000 (12 09:13 -0700)
tree192cdfdf60c0cc77166723c632dd8c72628141a6
parent6e5f530025116b0c8c41e1a775d4b1ec87e4bd73
target/hppa: allow multiple itlbp without itlba

The ODE software calls itlbp on existing TLB entries without
calling itlba first, so this seems to be valid.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Message-Id: <20190311191602.25796-9-svens@stackframe.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/mem_helper.c