mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-16 09:56:46 +00:00
[ARM] 4665/1: fix __und_usr wrt accessing the undefined insn in user space
The ldrt fixup code expects r9 to be set. Signed-off-by: Nicolas Pitre <nico@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
b49c0f24cf
commit
d28a170d5b
@ -453,9 +453,9 @@ __und_usr:
|
||||
@
|
||||
@ r0 - instruction
|
||||
@
|
||||
1: ldrt r0, [r4]
|
||||
adr r9, ret_from_exception
|
||||
adr lr, __und_usr_unknown
|
||||
1: ldrt r0, [r4]
|
||||
@
|
||||
@ fallthrough to call_fpe
|
||||
@
|
||||
|
Loading…
x
Reference in New Issue
Block a user