target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_t
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 26 May 2024 23:12:53 +0000 (01:12 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:51:34 +0000 (09:51 +1000)
commitcab21e2ecb917abec597a184fd44d479b4bb1e66
treee2096ef83ac6e298059cffb9cd232d0a14e1cead
parent0ce61ffaf1c573fdbd2079214499b435b71a1b83
target/ppc/mmu_common.c: Remove ptem field from mmu_ctx_t

Instead of passing around ptem in context use it once in the same
function so it can be removed from mmu_ctx_t.

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