diff options
Diffstat (limited to 'arch/arm/kernel/entry-header.S')
| -rw-r--r-- | arch/arm/kernel/entry-header.S | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/kernel/entry-header.S b/arch/arm/kernel/entry-header.S index a3d40a0e2b04..afef21273963 100644 --- a/arch/arm/kernel/entry-header.S +++ b/arch/arm/kernel/entry-header.S | |||
| @@ -59,11 +59,10 @@ | |||
| 59 | mov \rd, \rd, lsl #13 | 59 | mov \rd, \rd, lsl #13 |
| 60 | .endm | 60 | .endm |
| 61 | 61 | ||
| 62 | .macro alignment_trap, rbase, rtemp, sym | 62 | .macro alignment_trap, rtemp |
| 63 | #ifdef CONFIG_ALIGNMENT_TRAP | 63 | #ifdef CONFIG_ALIGNMENT_TRAP |
| 64 | #define OFF_CR_ALIGNMENT(x) cr_alignment - x | 64 | ldr \rtemp, .LCcralign |
| 65 | 65 | ldr \rtemp, [\rtemp] | |
| 66 | ldr \rtemp, [\rbase, #OFF_CR_ALIGNMENT(\sym)] | ||
| 67 | mcr p15, 0, \rtemp, c1, c0 | 66 | mcr p15, 0, \rtemp, c1, c0 |
| 68 | #endif | 67 | #endif |
| 69 | .endm | 68 | .endm |
