diff options
Diffstat (limited to 'arch/sh/kernel')
| -rw-r--r-- | arch/sh/kernel/sys_sh32.c | 2 | ||||
| -rw-r--r-- | arch/sh/kernel/syscalls_32.S | 4 | ||||
| -rw-r--r-- | arch/sh/kernel/syscalls_64.S | 2 | 
3 files changed, 4 insertions, 4 deletions
diff --git a/arch/sh/kernel/sys_sh32.c b/arch/sh/kernel/sys_sh32.c index dbba1e1833d4..63ba12836eae 100644 --- a/arch/sh/kernel/sys_sh32.c +++ b/arch/sh/kernel/sys_sh32.c @@ -22,7 +22,7 @@   * sys_pipe() is the normal C calling standard for creating   * a pipe. It's not the way Unix traditionally does this, though.   */ -asmlinkage int sys_pipe(unsigned long r4, unsigned long r5, +asmlinkage int sys_sh_pipe(unsigned long r4, unsigned long r5,  	unsigned long r6, unsigned long r7,  	struct pt_regs __regs)  { diff --git a/arch/sh/kernel/syscalls_32.S b/arch/sh/kernel/syscalls_32.S index 0af693e65764..e67c1733e1b9 100644 --- a/arch/sh/kernel/syscalls_32.S +++ b/arch/sh/kernel/syscalls_32.S @@ -58,7 +58,7 @@ ENTRY(sys_call_table)  	.long sys_mkdir  	.long sys_rmdir		/* 40 */  	.long sys_dup -	.long sys_pipe +	.long sys_sh_pipe  	.long sys_times  	.long sys_ni_syscall	/* old prof syscall holder */  	.long sys_brk		/* 45 */ @@ -105,7 +105,7 @@ ENTRY(sys_call_table)  	.long sys_uselib  	.long sys_swapon  	.long sys_reboot -	.long old_readdir +	.long sys_old_readdir  	.long old_mmap		/* 90 */  	.long sys_munmap  	.long sys_truncate diff --git a/arch/sh/kernel/syscalls_64.S b/arch/sh/kernel/syscalls_64.S index 0b436aa3cad7..557cb91f5caf 100644 --- a/arch/sh/kernel/syscalls_64.S +++ b/arch/sh/kernel/syscalls_64.S @@ -109,7 +109,7 @@ sys_call_table:  	.long sys_uselib  	.long sys_swapon  	.long sys_reboot -	.long old_readdir +	.long sys_old_readdir  	.long old_mmap			/* 90 */  	.long sys_munmap  	.long sys_truncate  | 
