target/ppc/mmu_common.c: Remove mmu_ctx_t
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 26 May 2024 23:13:03 +0000 (01:13 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:51:34 +0000 (09:51 +1000)
commitbfb5a5eee5cfbe9f248472f7489fed241a2dab21
treee352935d5782368ef91874dee77a5b20ffffed06
parent7e590cf6160ab2d3b626f67312f605b7e410e82d
target/ppc/mmu_common.c: Remove mmu_ctx_t

Completely get rid of mmu_ctx_t after converting the remaining
functions to pass raddr and prot without the context struct.

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