| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/lib/io-readsl.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> |
|---|
| .. | .. |
|---|
| 30 | 27 | 2: movs r2, r2, lsl #31 |
|---|
| 31 | 28 | ldrcs r3, [r0, #0] |
|---|
| 32 | 29 | ldrcs ip, [r0, #0] |
|---|
| 33 | | - stmcsia r1!, {r3, ip} |
|---|
| 30 | + stmiacs r1!, {r3, ip} |
|---|
| 34 | 31 | ldrne r3, [r0, #0] |
|---|
| 35 | 32 | strne r3, [r1, #0] |
|---|
| 36 | 33 | ret lr |
|---|