summaryrefslogtreecommitdiffstats
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)
downloadop-kernel-dev-1ffbed7220331dabc04dee6d3c520b5b022b9245.zip
op-kernel-dev-1ffbed7220331dabc04dee6d3c520b5b022b9245.tar.gz
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 74a5cc7..da99010 100644
--- a/arch/score/kernel/entry.S
+++ b/arch/score/kernel/entry.S
@@ -487,11 +487,6 @@ illegal_syscall:
sw r9, [r0, PT_R7]
j syscall_return
-ENTRY(sys_execve)
- mv r4, r0
- la r8, score_execve
- br r8
-
ENTRY(sys_clone)
mv r4, r0
la r8, score_clone
OpenPOWER on IntegriCloud