diff options
Diffstat (limited to 'arch/arm/kernel/entry-armv.S')
| -rw-r--r-- | arch/arm/kernel/entry-armv.S | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/kernel/entry-armv.S b/arch/arm/kernel/entry-armv.S index 6c5cf369183b..e6a0fb0f392e 100644 --- a/arch/arm/kernel/entry-armv.S +++ b/arch/arm/kernel/entry-armv.S | |||
| @@ -523,16 +523,16 @@ ENDPROC(__und_usr) | |||
| 523 | /* | 523 | /* |
| 524 | * The out of line fixup for the ldrt above. | 524 | * The out of line fixup for the ldrt above. |
| 525 | */ | 525 | */ |
| 526 | .section .fixup, "ax" | 526 | .pushsection .fixup, "ax" |
| 527 | 4: mov pc, r9 | 527 | 4: mov pc, r9 |
| 528 | .previous | 528 | .popsection |
| 529 | .section __ex_table,"a" | 529 | .pushsection __ex_table,"a" |
| 530 | .long 1b, 4b | 530 | .long 1b, 4b |
| 531 | #if __LINUX_ARM_ARCH__ >= 7 | 531 | #if __LINUX_ARM_ARCH__ >= 7 |
| 532 | .long 2b, 4b | 532 | .long 2b, 4b |
| 533 | .long 3b, 4b | 533 | .long 3b, 4b |
| 534 | #endif | 534 | #endif |
| 535 | .previous | 535 | .popsection |
| 536 | 536 | ||
| 537 | /* | 537 | /* |
| 538 | * Check whether the instruction is a co-processor instruction. | 538 | * Check whether the instruction is a co-processor instruction. |
| @@ -679,7 +679,7 @@ do_fpe: | |||
| 679 | .data | 679 | .data |
| 680 | ENTRY(fp_enter) | 680 | ENTRY(fp_enter) |
| 681 | .word no_fp | 681 | .word no_fp |
| 682 | .previous | 682 | .text |
| 683 | 683 | ||
| 684 | ENTRY(no_fp) | 684 | ENTRY(no_fp) |
| 685 | mov pc, lr | 685 | mov pc, lr |
