OSDN Git Service

target/ppc: Use MMUAccessType in mmu-radix64.c
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 18 May 2021 20:11:24 +0000 (15:11 -0500)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 02:50:47 +0000 (12:50 +1000)
commit13c5fdbac6acc51b1f8cd97bdb0220f5b55e047b
tree224bcd85e091438f8877ee8cb5324de919bb45fe
parent182357dbb6989a175d2a653c9edcd5422c651922
target/ppc: Use MMUAccessType in mmu-radix64.c

We must leave the 'int rwx' parameter to ppc_radix64_handle_mmu_fault
for now, but will clean that up later.

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