Re: [PATCH 1/7] mac_oldworld: remove duplicate bus check for PPC_INPUT(env)

2020-12-27 Thread David Gibson
On Sat, Dec 19, 2020 at 10:42:23AM +, Mark Cave-Ayland wrote: > This condition will have already been caught when wiring the heathrow PIC > irqs to the CPU. > > Signed-off-by: Mark Cave-Ayland Reviewed-by: David Gibson > --- > hw/ppc/mac_oldworld.c | 6 -- > 1 file changed, 6 deletion

[PATCH 1/7] mac_oldworld: remove duplicate bus check for PPC_INPUT(env)

2020-12-19 Thread Mark Cave-Ayland
This condition will have already been caught when wiring the heathrow PIC irqs to the CPU. Signed-off-by: Mark Cave-Ayland --- hw/ppc/mac_oldworld.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/hw/ppc/mac_oldworld.c b/hw/ppc/mac_oldworld.c index 04f98a4d81..2ead34bdf1 100644 --- a/hw