target/ppc: Remove type argument from mmubooke_check_tlb
commit05c3ef145121f0cb1f7b06884025a47ce1136cee
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 18 May 2021 20:11:34 +0000 (18 15:11 -0500)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 02:52:07 +0000 (19 12:52 +1000)
tree83be7f8e7f70e21e63b29ed87ae99e0b7c6ab7af
parent61d2cde86737ec1a38f076bbc2a59f2c717e1afd
target/ppc: Remove type argument from mmubooke_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-13-richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/mmu_helper.c