]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Netlogic: use branch instead of jump
authorJayachandran C <jchandra@broadcom.com>
Mon, 10 Jun 2013 06:41:05 +0000 (06:41 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 13 Jun 2013 15:46:42 +0000 (17:46 +0200)
commite06fc01e0fe5dd5f78e6de2af99d1691e1eaf62b
tree5c03ffb32ae4ec74fb59491282b9f1cd3b190952
parent132e7ba37a37e3e508ae1e45575220ab799c2ee9
MIPS: Netlogic: use branch instead of jump

Fix an issue in the reset code. Since this code is copied to the
reset vector, using 'j' for looping is not correct. Use relative
branch 'b'.

Update the usage of 'j' in smpboot.S to be consistent although it
is not a bug there.

Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5427/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/netlogic/common/reset.S
arch/mips/netlogic/common/smpboot.S