Re: [PATCH] target/ppc: Remove TIDR from POWER10 processor

2020-06-23 Thread David Gibson
On Tue, Jun 23, 2020 at 05:45:34PM +0200, Cédric Le Goater wrote: > It is not part of Power ISA Version 3.1. Applied to ppc-for-5.1, thanks. > > Signed-off-by: Cédric Le Goater > --- > target/ppc/translate_init.inc.c | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/target/ppc/tran

[PATCH] target/ppc: Remove TIDR from POWER10 processor

2020-06-23 Thread Cédric Le Goater
It is not part of Power ISA Version 3.1. Signed-off-by: Cédric Le Goater --- target/ppc/translate_init.inc.c | 5 - 1 file changed, 5 deletions(-) diff --git a/target/ppc/translate_init.inc.c b/target/ppc/translate_init.inc.c index a40888411c1a..49212bfd90f2 100644 --- a/target/ppc/translat