Re: [Qemu-devel] [PATCH] [MIPS] Correctly identify multiple cpus in SMP systems

2010-07-31 Thread Aurelien Jarno
On Sat, Jul 31, 2010 at 12:29:03PM +0200, Hervé Poussineau wrote: > > Signed-off-by: Hervé Poussineau > --- > target-mips/op_helper.c |3 +-- > target-mips/translate.c |3 +-- > 2 files changed, 2 insertions(+), 4 deletions(-) Thanks, applied. > diff --git a/target-mips/op_helper.c b/

[Qemu-devel] [PATCH] [MIPS] Correctly identify multiple cpus in SMP systems

2010-07-31 Thread Hervé Poussineau
Signed-off-by: Hervé Poussineau --- target-mips/op_helper.c |3 +-- target-mips/translate.c |3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c index a619b72..50c65bd 100644 --- a/target-mips/op_helper.c +++ b/target-mi