projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5cf4b9
)
[PATCH] fix silly ARM non-EABI build error
author
Nicolas Pitre
<nico@cam.org>
Fri, 23 Jun 2006 15:40:53 +0000
(11:40 -0400)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/kernel/signal.c
b/arch/arm/kernel/signal.c
index e9fe78033361c676d714194457152d7e8d4185dd..f094277485c83269cf390579ae599b89a51a1f63 100644
(file)
--- a/
arch/arm/kernel/signal.c
+++ b/
arch/arm/kernel/signal.c
@@
-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_SYSCA
ll
_BASE + __NR_OABI_SYSCALL_BASE;
+ swival = swival - __NR_SYSCA
LL
_BASE + __NR_OABI_SYSCALL_BASE;
put_user(regs->ARM_pc, &usp[0]);
/* swi __NR_restart_syscall */