target/ppc: Drop cases for unimplemented MPC8xx MMU
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 12 May 2024 23:27:38 +0000 (01:27 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 23 May 2024 23:41:17 +0000 (09:41 +1000)
commitcfd5c128320ab36ca5fa330a9e1968bf4d3cd2b6
treea29303ef270cdfa86ef5f30da0864561c7e76b3d
parentfef517cd8a3fb6baba15405448c4cb1dcd1b677a
target/ppc: Drop cases for unimplemented MPC8xx MMU

Drop MPC8xx cases from get_physical_address_wtlb() and ppc_jumbo_xlate().
The default case would still catch this and abort the same way and
there is still a warning about it in ppc_tlb_invalidate_all() which is
called in ppc_cpu_reset_hold() so likely we never get here but to make
sure add a case to ppc_xlate() to the same effect.

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