diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-15 02:27:16 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-15 11:15:04 -0400 |
commit | 5fd0b580a9fda554eae27fff4953e6622bd792d7 (patch) | |
tree | 8dddf797bfb5c5cd8ad9a657fca39cd2fbbb5b28 /arch/avr32/kernel/syscall_table.S | |
parent | 5adc807f707535a5ce97b5d69472ee74d6d099ac (diff) |
avr32: switch to generic sys_execve()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/avr32/kernel/syscall_table.S')
-rw-r--r-- | arch/avr32/kernel/syscall_table.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/kernel/syscall_table.S b/arch/avr32/kernel/syscall_table.S index 6eba53530d1..fc649770681 100644 --- a/arch/avr32/kernel/syscall_table.S +++ b/arch/avr32/kernel/syscall_table.S @@ -24,7 +24,7 @@ sys_call_table: .long sys_creat .long sys_link .long sys_unlink /* 10 */ - .long __sys_execve + .long sys_execve .long sys_chdir .long sys_time .long sys_mknod |