From: Jayachandran C Date: Mon, 10 Jun 2013 06:41:05 +0000 (+0000) Subject: MIPS: Netlogic: use branch instead of jump X-Git-Tag: v3.11-rc1~14^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd5f527cc58f7112f0d2c3cf2c29ae3ea5417de5;p=pandora-kernel.git 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 Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5427/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed