forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/compressed/ll_char_wr.S
....@@ -1,11 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * linux/arch/arm/lib/ll_char_wr.S
34 *
45 * Copyright (C) 1995, 1996 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 * Speedups & 1bpp code (C) 1996 Philip Blundell & Russell King.
118 *
....@@ -75,7 +72,7 @@
7572 tst r1, #7 @ avoid using r7 directly after
7673 str r7, [r0, -r5]!
7774 subne r1, r1, #1
78
- ldrneb r7, [r6, r1]
75
+ ldrbne r7, [r6, r1]
7976 bne Lrow4bpplp
8077 ldmfd sp!, {r4 - r7, pc}
8178
....@@ -103,7 +100,7 @@
103100 sub r0, r0, r5 @ avoid ip
104101 stmia r0, {r4, ip}
105102 subne r1, r1, #1
106
- ldrneb r7, [r6, r1]
103
+ ldrbne r7, [r6, r1]
107104 bne Lrow8bpplp
108105 ldmfd sp!, {r4 - r7, pc}
109106