Commit 8e85f275 authored by Maciej W. Rozycki's avatar Maciej W. Rozycki Committed by Ralf Baechle

MIPS: memset.S: Disable code unused with non-R6 MIPS configs

This complements commit 8c56208a ("MIPS: lib: memset: Add MIPS R6
support").
Signed-off-by: default avatarMaciej W. Rozycki <macro@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/12452/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 41fa29e4
...@@ -228,10 +228,12 @@ ...@@ -228,10 +228,12 @@
.hidden __memset .hidden __memset
.endif .endif
#ifdef CONFIG_CPU_MIPSR6
.Lbyte_fixup\@: .Lbyte_fixup\@:
PTR_SUBU a2, $0, t0 PTR_SUBU a2, $0, t0
jr ra jr ra
PTR_ADDIU a2, 1 PTR_ADDIU a2, 1
#endif /* CONFIG_CPU_MIPSR6 */
.Lfirst_fixup\@: .Lfirst_fixup\@:
jr ra jr ra
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment