Commit 9f8f87e1 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Catalin Marinas

[PATCH] fix silly ARM non-EABI build error

My bad.
Signed-off-by: default avatarNicolas Pitre <nico@cam.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3e7b52f8
......@@ -687,7 +687,7 @@ static int do_signal(sigset_t *oldset, struct pt_regs *regs, int syscall)
* syscall solves that issue and works for
* all those cases.
*/
swival = swival - __NR_SYSCAll_BASE + __NR_OABI_SYSCALL_BASE;
swival = swival - __NR_SYSCALL_BASE + __NR_OABI_SYSCALL_BASE;
put_user(regs->ARM_pc, &usp[0]);
/* swi __NR_restart_syscall */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment