MIPS: Remove dead code in relocate_new_kernel
There are two adjacent "b" instructions, the second one is unreachable, it is dead code, just remove it. Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
70f8cd94f2
commit
4d0f332a6f
@ -66,7 +66,6 @@ copy_word:
|
||||
LONG_ADDIU s6, s6, -1
|
||||
beq s6, zero, process_entry
|
||||
b copy_word
|
||||
b process_entry
|
||||
|
||||
done:
|
||||
#ifdef CONFIG_SMP
|
||||
|
Loading…
x
Reference in New Issue
Block a user