hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/arch/arm/lib/io-readsl.S
....@@ -1,11 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * linux/arch/arm/lib/io-readsl.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>
....@@ -30,7 +27,7 @@
3027 2: movs r2, r2, lsl #31
3128 ldrcs r3, [r0, #0]
3229 ldrcs ip, [r0, #0]
33
- stmcsia r1!, {r3, ip}
30
+ stmiacs r1!, {r3, ip}
3431 ldrne r3, [r0, #0]
3532 strne r3, [r1, #0]
3633 ret lr