Skip to content

Commit 4581aa9

Browse files
committed
Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-arm
Pull ARM fix from Russell King: "Ard spotted a typo in one of the assembly files which leads to a kernel oops when that code path is executed. Fix this" * 'spectre' of git://git.armlinux.org.uk/~rmk/linux-arm: ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
2 parents a13511d + 6282e91 commit 4581aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mm/proc-v7.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ENTRY(cpu_v7_hvc_switch_mm)
112112
hvc #0
113113
ldmfd sp!, {r0 - r3}
114114
b cpu_v7_switch_mm
115-
ENDPROC(cpu_v7_smc_switch_mm)
115+
ENDPROC(cpu_v7_hvc_switch_mm)
116116
#endif
117117
ENTRY(cpu_v7_iciallu_switch_mm)
118118
mov r3, #0

0 commit comments

Comments
 (0)