diff options
Diffstat (limited to 'arch/arm/kernel/entry-common.S')
-rw-r--r-- | arch/arm/kernel/entry-common.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/entry-common.S b/arch/arm/kernel/entry-common.S index dbcb11a31f78..b5bcebca1cd6 100644 --- a/arch/arm/kernel/entry-common.S +++ b/arch/arm/kernel/entry-common.S | |||
@@ -271,7 +271,7 @@ ENTRY(sys_call_table) | |||
271 | @ r8 = syscall table | 271 | @ r8 = syscall table |
272 | .type sys_syscall, #function | 272 | .type sys_syscall, #function |
273 | sys_syscall: | 273 | sys_syscall: |
274 | eor scno, r0, #__NR_OABI_SYSCALL_BASE | 274 | bic scno, r0, #__NR_OABI_SYSCALL_BASE |
275 | cmp scno, #__NR_syscall - __NR_SYSCALL_BASE | 275 | cmp scno, #__NR_syscall - __NR_SYSCALL_BASE |
276 | cmpne scno, #NR_syscalls @ check range | 276 | cmpne scno, #NR_syscalls @ check range |
277 | stmloia sp, {r5, r6} @ shuffle args | 277 | stmloia sp, {r5, r6} @ shuffle args |