aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/lib/copy_to_user.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/lib/copy_to_user.S')
-rw-r--r--arch/arm/lib/copy_to_user.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/lib/copy_to_user.S b/arch/arm/lib/copy_to_user.S
index 97a6ff4b7e3c..c7d08096e354 100644
--- a/arch/arm/lib/copy_to_user.S
+++ b/arch/arm/lib/copy_to_user.S
@@ -49,7 +49,7 @@
49 .endm 49 .endm
50 50
51 .macro ldr1b ptr reg cond=al abort 51 .macro ldr1b ptr reg cond=al abort
52 ldr\cond\()b \reg, [\ptr], #1 52 ldrb\cond \reg, [\ptr], #1
53 .endm 53 .endm
54 54
55#ifdef CONFIG_CPU_USE_DOMAINS 55#ifdef CONFIG_CPU_USE_DOMAINS