diff options
Diffstat (limited to 'arch/arm/lib')
| -rw-r--r-- | arch/arm/lib/clear_user.S | 2 | ||||
| -rw-r--r-- | arch/arm/lib/copy_to_user.S | 2 | ||||
| -rw-r--r-- | arch/arm/lib/csumpartialcopyuser.S | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/lib/clear_user.S b/arch/arm/lib/clear_user.S index 14a0d988c82c..1710fd7db2d5 100644 --- a/arch/arm/lib/clear_user.S +++ b/arch/arm/lib/clear_user.S | |||
| @@ -47,7 +47,7 @@ USER( strnebt r2, [r0]) | |||
| 47 | ENDPROC(__clear_user) | 47 | ENDPROC(__clear_user) |
| 48 | ENDPROC(__clear_user_std) | 48 | ENDPROC(__clear_user_std) |
| 49 | 49 | ||
| 50 | .pushsection .fixup,"ax" | 50 | .pushsection .text.fixup,"ax" |
| 51 | .align 0 | 51 | .align 0 |
| 52 | 9001: ldmfd sp!, {r0, pc} | 52 | 9001: ldmfd sp!, {r0, pc} |
| 53 | .popsection | 53 | .popsection |
diff --git a/arch/arm/lib/copy_to_user.S b/arch/arm/lib/copy_to_user.S index a9d3db16ecb5..9648b0675a3e 100644 --- a/arch/arm/lib/copy_to_user.S +++ b/arch/arm/lib/copy_to_user.S | |||
| @@ -100,7 +100,7 @@ WEAK(__copy_to_user) | |||
| 100 | ENDPROC(__copy_to_user) | 100 | ENDPROC(__copy_to_user) |
| 101 | ENDPROC(__copy_to_user_std) | 101 | ENDPROC(__copy_to_user_std) |
| 102 | 102 | ||
| 103 | .pushsection .fixup,"ax" | 103 | .pushsection .text.fixup,"ax" |
| 104 | .align 0 | 104 | .align 0 |
| 105 | copy_abort_preamble | 105 | copy_abort_preamble |
| 106 | ldmfd sp!, {r1, r2, r3} | 106 | ldmfd sp!, {r1, r2, r3} |
diff --git a/arch/arm/lib/csumpartialcopyuser.S b/arch/arm/lib/csumpartialcopyuser.S index 7d08b43d2c0e..1d0957e61f89 100644 --- a/arch/arm/lib/csumpartialcopyuser.S +++ b/arch/arm/lib/csumpartialcopyuser.S | |||
| @@ -68,7 +68,7 @@ | |||
| 68 | * so properly, we would have to add in whatever registers were loaded before | 68 | * so properly, we would have to add in whatever registers were loaded before |
| 69 | * the fault, which, with the current asm above is not predictable. | 69 | * the fault, which, with the current asm above is not predictable. |
| 70 | */ | 70 | */ |
| 71 | .pushsection .fixup,"ax" | 71 | .pushsection .text.fixup,"ax" |
| 72 | .align 4 | 72 | .align 4 |
| 73 | 9001: mov r4, #-EFAULT | 73 | 9001: mov r4, #-EFAULT |
| 74 | ldr r5, [sp, #8*4] @ *err_ptr | 74 | ldr r5, [sp, #8*4] @ *err_ptr |
