]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] fix silly ARM non-EABI build error
authorNicolas Pitre <nico@cam.org>
Fri, 23 Jun 2006 15:40:53 +0000 (11:40 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 23 Jun 2006 15:47:27 +0000 (08:47 -0700)
My bad.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/arm/kernel/signal.c

index e9fe78033361c676d714194457152d7e8d4185dd..f094277485c83269cf390579ae599b89a51a1f63 100644 (file)
@@ -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 */