Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ddb487dc authored by Chen-Hui Zhao's avatar Chen-Hui Zhao Committed by Kumar Gala
Browse files

powerpc/85xx: fix a bug with the parameter of mpic_reset_core()



mpic_reset_core() need a logical cpu number instead of physical.

Signed-off-by: default avatarZhao Chenhui <chenhui.zhao@freescale.com>
Signed-off-by: default avatarLi Yang <leoli@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 58631ad1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@ static int __cpuinit smp_85xx_kick_cpu(int nr)
		 * We don't set the BPTR register here since it already points
		 * to the boot page properly.
		 */
		mpic_reset_core(hw_cpu);
		mpic_reset_core(nr);

		/*
		 * wait until core is ready...