target/ppc: Remove id_tlbs flag from CPU env
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 12 May 2024 23:28:02 +0000 (01:28 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 23 May 2024 23:43:11 +0000 (09:43 +1000)
commit5fd257f5994335c9446b0fa8b6cfd6102c2f74ca
treeb29107da6244b330e4d9f248b62ef7d92821a19f
parent306b5320307d13e95e1d43b585879cb56b163f66
target/ppc: Remove id_tlbs flag from CPU env

This flag for split instruction/data TLBs is only set for 6xx soft TLB
MMU model and not used otherwise so no need to have a separate flag
for that.

Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
hw/ppc/pegasos2.c
target/ppc/cpu.h
target/ppc/cpu_init.c
target/ppc/helper_regs.c
target/ppc/mmu_common.c
target/ppc/mmu_helper.c