summaryrefslogtreecommitdiff
path: root/arch/arm/kernel/entry-armv.S
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2020-10-28 14:59:34 +0000
committerRussell King <rmk+kernel@armlinux.org.uk>2020-10-28 14:59:34 +0000
commit20f96e606509ee5084690179afe1810b95617a92 (patch)
tree895c5fd7fd8b3d6c7a4afda9c82dc02bbe5fcc7a /arch/arm/kernel/entry-armv.S
parent9fa2e7af3d53a4b769136eccc32c02e128a4ee51 (diff)
parentfc2933c133744305236793025b00c2f7d258b687 (diff)
Merge branches 'fixes' and 'misc' into for-next
Diffstat (limited to 'arch/arm/kernel/entry-armv.S')
-rw-r--r--arch/arm/kernel/entry-armv.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/kernel/entry-armv.S b/arch/arm/kernel/entry-armv.S
index 55a47df04773..c4220f51fcf3 100644
--- a/arch/arm/kernel/entry-armv.S
+++ b/arch/arm/kernel/entry-armv.S
@@ -427,7 +427,8 @@ ENDPROC(__fiq_abt)
@ if it was interrupted in a critical region. Here we
@ perform a quick test inline since it should be false
@ 99.9999% of the time. The rest is done out of line.
- cmp r4, #TASK_SIZE
+ ldr r0, =TASK_SIZE
+ cmp r4, r0
blhs kuser_cmpxchg64_fixup
#endif
#endif