aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/kernel/entry.S
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-10-15 15:33:32 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-10-15 16:12:07 -0400
commit1ffbed7220331dabc04dee6d3c520b5b022b9245 (patch)
tree2131e1a352fd60a728ee24e2543a0d701cd94264 /arch/score/kernel/entry.S
parent1856ab6db1296c9c31ad58263d49ee9b75568ddb (diff)
score: switch to generic sys_execve()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/score/kernel/entry.S')
-rw-r--r--arch/score/kernel/entry.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/score/kernel/entry.S b/arch/score/kernel/entry.S
index 74a5cc7f596e..da9901088bbb 100644
--- a/arch/score/kernel/entry.S
+++ b/arch/score/kernel/entry.S
@@ -487,11 +487,6 @@ illegal_syscall:
487 sw r9, [r0, PT_R7] 487 sw r9, [r0, PT_R7]
488 j syscall_return 488 j syscall_return
489 489
490ENTRY(sys_execve)
491 mv r4, r0
492 la r8, score_execve
493 br r8
494
495ENTRY(sys_clone) 490ENTRY(sys_clone)
496 mv r4, r0 491 mv r4, r0
497 la r8, score_clone 492 la r8, score_clone