diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-15 15:33:32 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-15 16:12:07 -0400 |
commit | 1ffbed7220331dabc04dee6d3c520b5b022b9245 (patch) | |
tree | 2131e1a352fd60a728ee24e2543a0d701cd94264 /arch/score/kernel/entry.S | |
parent | 1856ab6db1296c9c31ad58263d49ee9b75568ddb (diff) | |
download | linux-1ffbed7220331dabc04dee6d3c520b5b022b9245.tar.gz linux-1ffbed7220331dabc04dee6d3c520b5b022b9245.tar.bz2 linux-1ffbed7220331dabc04dee6d3c520b5b022b9245.zip |
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.S | 5 |
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: 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 |