hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm/lib/io-writesw-armv4.S
....@@ -1,11 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * linux/arch/arm/lib/io-writesw-armv4.S
34 *
45 * Copyright (C) 1995-2000 Russell King
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
96 */
107 #include <linux/linkage.h>
118 #include <asm/assembler.h>
....@@ -61,8 +58,8 @@
6158 ldr r3, [r1], #4
6259 outword r3
6360
64
-.Lno_outsw_2: ldrneh r3, [r1]
65
- strneh r3, [r0]
61
+.Lno_outsw_2: ldrhne r3, [r1]
62
+ strhne r3, [r0]
6663
6764 ldmfd sp!, {r4, r5, pc}
6865
....@@ -95,6 +92,6 @@
9592
9693 tst r2, #1
9794 3: movne ip, r3, lsr #8
98
- strneh ip, [r0]
95
+ strhne ip, [r0]
9996 ret lr
10097 ENDPROC(__raw_writesw)