[PATCH] fix silly ARM non-EABI build error

From: Nicolas Pitre
Date: Fri Jun 23 2006 - 11:39:30 EST


My bad.

Signed-off-by: Nicolas Pitre <nico@xxxxxxx>

---

diff --git a/arch/arm/kernel/signal.c b/arch/arm/kernel/signal.c
index e9fe780..f094277 100644
--- a/arch/arm/kernel/signal.c
+++ b/arch/arm/kernel/signal.c
@@ -687,7 +687,7 @@ #else
* 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 */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/