-
- Downloads
LoongArch: Use the "move" pseudo-instruction where applicable
Some of the assembly code in the LoongArch port likely originated from a time when the assembler did not support pseudo-instructions like "move" or "jr", so the desugared form was used and readability suffers (to a minor degree) as a result. As the upstream toolchain supports these pseudo-instructions from the beginning, migrate the existing few usages to them for better readability. Signed-off-by:WANG Xuerui <git@xen0n.name> Signed-off-by:
Huacai Chen <chenhuacai@loongson.cn>
Showing
- arch/loongarch/include/asm/atomic.h 4 additions, 4 deletionsarch/loongarch/include/asm/atomic.h
- arch/loongarch/include/asm/cmpxchg.h 1 addition, 1 deletionarch/loongarch/include/asm/cmpxchg.h
- arch/loongarch/include/asm/futex.h 1 addition, 1 deletionarch/loongarch/include/asm/futex.h
- arch/loongarch/include/asm/uaccess.h 1 addition, 1 deletionarch/loongarch/include/asm/uaccess.h
- arch/loongarch/kernel/head.S 1 addition, 1 deletionarch/loongarch/kernel/head.S
Loading
Please register or sign in to comment