[PATCH 01/17] powerpc/85xx: fix a bug with the parameter of mpic_reset_core()

2013-04-03 Thread Zhao Chenhui
From: Chen-Hui Zhao chenhui.z...@freescale.com mpic_reset_core() need a logical cpu number instead of physical. Signed-off-by: Zhao Chenhui chenhui.z...@freescale.com Signed-off-by: Li Yang le...@freescale.com --- arch/powerpc/platforms/85xx/smp.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [PATCH 01/17] powerpc/85xx: fix a bug with the parameter of mpic_reset_core()

2013-04-03 Thread Kumar Gala
On Apr 3, 2013, at 8:09 AM, Zhao Chenhui wrote: From: Chen-Hui Zhao chenhui.z...@freescale.com mpic_reset_core() need a logical cpu number instead of physical. Signed-off-by: Zhao Chenhui chenhui.z...@freescale.com Signed-off-by: Li Yang le...@freescale.com ---