.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/lib/io-writesw-armv4.S |
---|
3 | 4 | * |
---|
4 | 5 | * 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. |
---|
9 | 6 | */ |
---|
10 | 7 | #include <linux/linkage.h> |
---|
11 | 8 | #include <asm/assembler.h> |
---|
.. | .. |
---|
61 | 58 | ldr r3, [r1], #4 |
---|
62 | 59 | outword r3 |
---|
63 | 60 | |
---|
64 | | -.Lno_outsw_2: ldrneh r3, [r1] |
---|
65 | | - strneh r3, [r0] |
---|
| 61 | +.Lno_outsw_2: ldrhne r3, [r1] |
---|
| 62 | + strhne r3, [r0] |
---|
66 | 63 | |
---|
67 | 64 | ldmfd sp!, {r4, r5, pc} |
---|
68 | 65 | |
---|
.. | .. |
---|
95 | 92 | |
---|
96 | 93 | tst r2, #1 |
---|
97 | 94 | 3: movne ip, r3, lsr #8 |
---|
98 | | - strneh ip, [r0] |
---|
| 95 | + strhne ip, [r0] |
---|
99 | 96 | ret lr |
---|
100 | 97 | ENDPROC(__raw_writesw) |
---|