Re: [Qemu-devel] [PATCH 1/3] target/ppc: drop empty #if/#endif block

2018-06-12 Thread David Gibson
On Tue, Jun 12, 2018 at 06:27:54PM +0200, Greg Kurz wrote: > Commit 9d6f106552fa moved the last line in this block to somewhere else, > but it forgot to remove the now useless #if/#endif. > > Signed-off-by: Greg Kurz Applied to ppc-for-3.0, thanks. > --- > target/ppc/cpu.h |2 -- > 1 file

Re: [Qemu-devel] [PATCH 1/3] target/ppc: drop empty #if/#endif block

2018-06-12 Thread Philippe Mathieu-Daudé
On 06/12/2018 01:27 PM, Greg Kurz wrote: > Commit 9d6f106552fa moved the last line in this block to somewhere else, > but it forgot to remove the now useless #if/#endif. > > Signed-off-by: Greg Kurz Reviewed-by: Philippe Mathieu-Daudé > --- > target/ppc/cpu.h |2 -- > 1 file changed, 2

[Qemu-devel] [PATCH 1/3] target/ppc: drop empty #if/#endif block

2018-06-12 Thread Greg Kurz
Commit 9d6f106552fa moved the last line in this block to somewhere else, but it forgot to remove the now useless #if/#endif. Signed-off-by: Greg Kurz --- target/ppc/cpu.h |2 -- 1 file changed, 2 deletions(-) diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h index 0247c1f04c37..a91f1a8777eb