diff options
author | Cédric Le Goater <clg@kaod.org> | 2021-12-17 17:57:16 +0100 |
---|---|---|
committer | Cédric Le Goater <clg@kaod.org> | 2021-12-17 17:57:16 +0100 |
commit | c8f49e6b938e72eba2331cfce0ab20c6994ac74d (patch) | |
tree | 5cf33720c0d33d12625ad4500516ab31aa27f20a /target/ppc/mmu_helper.c | |
parent | 84835acbbfa4cb05146e218a7e5228707513d462 (diff) | |
download | qemu-c8f49e6b938e72eba2331cfce0ab20c6994ac74d.zip qemu-c8f49e6b938e72eba2331cfce0ab20c6994ac74d.tar.gz qemu-c8f49e6b938e72eba2331cfce0ab20c6994ac74d.tar.bz2 |
target/ppc: remove 401/403 CPUs
They have been there since 2007 without any board using them, most
were protected by a TODO define. Drop support.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20211202191108.1291515-1-clg@kaod.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'target/ppc/mmu_helper.c')
-rw-r--r-- | target/ppc/mmu_helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/ppc/mmu_helper.c b/target/ppc/mmu_helper.c index f992131..2ec3d20 100644 --- a/target/ppc/mmu_helper.c +++ b/target/ppc/mmu_helper.c @@ -388,7 +388,6 @@ void ppc_tlb_invalidate_all(CPUPPCState *env) ppc6xx_tlb_invalidate_all(env); break; case POWERPC_MMU_SOFT_4xx: - case POWERPC_MMU_SOFT_4xx_Z: ppc4xx_tlb_invalidate_all(env); break; case POWERPC_MMU_REAL: |