提交 fd5f527c 编写于 作者: J Jayachandran C 提交者: Ralf Baechle

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: NJayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5427/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 919f9abb
......@@ -226,7 +226,7 @@ EXPORT(nlm_boot_siblings)
sw t2, 0(t1)
/* Wait until NMI hits */
3: wait
j 3b
b 3b
nop
/*
......
......@@ -137,7 +137,7 @@ NESTED(nlm_rmiboot_preboot, 16, sp)
mtcr t1, t0 /* update core control */
1: wait
j 1b
b 1b
nop
END(nlm_rmiboot_preboot)
__FINIT
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册