]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 12 May 2024 23:27:52 +0000 (01:27 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 23 May 2024 23:43:07 +0000 (09:43 +1000)
commite8a9c0fbffe80946ae1a6004b77a18a030cce6f1
tree32c9654ee404f7b544296a94c3ea7d43f789f511
parentecff3394a81f536fc537878cb9bfbc48b3f8690e
target/ppc: Don't use mmu_ctx_t in mmubooke206_get_physical_address()

mmubooke206_get_physical_address() only uses the raddr and prot fields
from mmu_ctx_t. Pass these directly instead of using a ctx struct.

Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/mmu_common.c