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

Return hash value via a parameter and remove it 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