On 11/05/2015 11:13 AM, Andreas Färber wrote: > Am 05.11.2015 um 18:11 schrieb Wei Huang: >> arm_gic.c retrieves CPU number using either NUM_CPU(s) or s->num_cpu. >> Such mixed-uses make source code inconsistent. This patch removes >> NUM_CPU(s), which was defined for MPCore tweak long ago, and instead >> favors s->num_cpu. The source is more consistent after this tweak. >> >> Signed-off-by: Wei Huang <w...@redhat.com> >> --- >> hw/intc/arm_gic.c | 8 +++----- >> 1 file changed, 3 insertions(+), 5 deletions(-) > > I don't mind either way, and it'll go through Peter's queue I guess, > > Reviewed-by: Andreas Färber <afaer...@suse.de>
Thanks. I sent out a wrong file which failed the compilation. So please ignore this file. Yeah, maybe through Peter's tree given that he is the maintainer of this file. -Wei > > Cheers, > Andreas >