Re: [PATCH 7/9] ppc/ppc405: Remove cache handling instructions

2025-01-10 Thread Cédric Le Goater
On 1/10/25 17:09, Philippe Mathieu-Daudé wrote: On 10/1/25 15:17, Cédric Le Goater wrote: Since the 405 CPU family was phased out, these instructions have no users anymore. Signed-off-by: Cédric Le Goater ---   target/ppc/cpu.h   |  6 +-   target/ppc/translate.c | 11 ---   2 fi

Re: [PATCH 7/9] ppc/ppc405: Remove cache handling instructions

2025-01-10 Thread Philippe Mathieu-Daudé
On 10/1/25 15:17, Cédric Le Goater wrote: Since the 405 CPU family was phased out, these instructions have no users anymore. Signed-off-by: Cédric Le Goater --- target/ppc/cpu.h | 6 +- target/ppc/translate.c | 11 --- 2 files changed, 1 insertion(+), 16 deletions(-) dif