diff options
Diffstat (limited to 'arch/arm/kernel/entry-header.S')
-rw-r--r-- | arch/arm/kernel/entry-header.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/kernel/entry-header.S b/arch/arm/kernel/entry-header.S index e17e3c30d957..ac34c0d9384b 100644 --- a/arch/arm/kernel/entry-header.S +++ b/arch/arm/kernel/entry-header.S | |||
@@ -83,6 +83,8 @@ | |||
83 | ldr r0, [sp] | 83 | ldr r0, [sp] |
84 | strex r1, r2, [sp] @ clear the exclusive monitor | 84 | strex r1, r2, [sp] @ clear the exclusive monitor |
85 | ldmib sp, {r1 - pc}^ @ load r1 - pc, cpsr | 85 | ldmib sp, {r1 - pc}^ @ load r1 - pc, cpsr |
86 | #else | ||
87 | ldmia sp, {r0 - pc}^ @ load r0 - pc, cpsr | ||
86 | #endif | 88 | #endif |
87 | .endm | 89 | .endm |
88 | 90 | ||