diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-15 08:27:16 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-15 17:15:04 +0200 |
commit | 5fd0b580a9fda554eae27fff4953e6622bd792d7 (patch) | |
tree | 8dddf797bfb5c5cd8ad9a657fca39cd2fbbb5b28 /arch/avr32/kernel/syscall-stubs.S | |
parent | avr32: switch to generic kernel_thread()/kernel_execve() (diff) | |
download | linux-5fd0b580a9fda554eae27fff4953e6622bd792d7.tar.xz linux-5fd0b580a9fda554eae27fff4953e6622bd792d7.zip |
avr32: switch to generic sys_execve()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/avr32/kernel/syscall-stubs.S')
-rw-r--r-- | arch/avr32/kernel/syscall-stubs.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/avr32/kernel/syscall-stubs.S b/arch/avr32/kernel/syscall-stubs.S index 0447a3e2ba64..285a61b9194e 100644 --- a/arch/avr32/kernel/syscall-stubs.S +++ b/arch/avr32/kernel/syscall-stubs.S @@ -50,12 +50,6 @@ __sys_vfork: mov r12, sp rjmp sys_vfork - .global __sys_execve - .type __sys_execve,@function -__sys_execve: - mov r9, sp - rjmp sys_execve - .global __sys_mmap2 .type __sys_mmap2,@function __sys_mmap2: |