hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/arm/lib/memcpy.S
....@@ -1,13 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * linux/arch/arm/lib/memcpy.S
34 *
45 * Author: Nicolas Pitre
56 * Created: Sep 28, 2005
67 * Copyright: MontaVista Software, Inc.
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2 as
10
- * published by the Free Software Foundation.
118 */
129
1310 #include <linux/linkage.h>
....@@ -30,7 +27,7 @@
3027 .endm
3128
3229 .macro ldr1b ptr reg cond=al abort
33
- ldr\cond\()b \reg, [\ptr], #1
30
+ ldrb\cond \reg, [\ptr], #1
3431 .endm
3532
3633 .macro str1w ptr reg abort
....@@ -42,7 +39,7 @@
4239 .endm
4340
4441 .macro str1b ptr reg cond=al abort
45
- str\cond\()b \reg, [\ptr], #1
42
+ strb\cond \reg, [\ptr], #1
4643 .endm
4744
4845 .macro enter reg1 reg2