target/ppc: Remove type argument from mmubooke206_check_tlb
commit5507d626093ff3666c03a689e01c90a9989e0886
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 18 May 2021 20:11:36 +0000 (18 15:11 -0500)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 02:52:07 +0000 (19 12:52 +1000)
tree274f7fb3e5234adc4bf5a5e454486982e2b7a5f0
parent40079604ae79ec9969b9ed45261ab41422ab0b84
target/ppc: Remove type argument from mmubooke206_check_tlb

We can now use MMU_INST_FETCH from access_type for this.
Unify the I/D code paths, making use of prot_for_access_type.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210518201146.794854-15-richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/mmu_helper.c