.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * linux/arch/arm/lib/io-writesw-armv3.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> |
---|
.. | .. |
---|
79 | 76 | bpl .Loutsw_8_lp |
---|
80 | 77 | |
---|
81 | 78 | tst r2, #7 |
---|
82 | | - ldmeqfd sp!, {r4, r5, r6, pc} |
---|
| 79 | + ldmfdeq sp!, {r4, r5, r6, pc} |
---|
83 | 80 | |
---|
84 | 81 | .Lno_outsw_8: tst r2, #4 |
---|
85 | 82 | beq .Lno_outsw_4 |
---|