diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 02:33:53 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 02:33:53 -0400 |
commit | 75c936aec050113c12f74581f51779ffc5502a51 (patch) | |
tree | c0ac1d3c6c5a54f799d899720e60df541a643782 /arch/sh/kernel | |
parent | 4c7c99788631bab177bd51e15e893be4689bb085 (diff) |
sh: Fix sys_pwritev() syscall table entry for sh32.
There was a typo here that had this as sys_writev() instead of
sys_pwritev(), fix this up. sh64 got this right, as did the preadv()
case.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r-- | arch/sh/kernel/syscalls_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/syscalls_32.S b/arch/sh/kernel/syscalls_32.S index 05202edd8e21..6118f358f950 100644 --- a/arch/sh/kernel/syscalls_32.S +++ b/arch/sh/kernel/syscalls_32.S | |||
@@ -350,4 +350,4 @@ ENTRY(sys_call_table) | |||
350 | .long sys_pipe2 | 350 | .long sys_pipe2 |
351 | .long sys_inotify_init1 | 351 | .long sys_inotify_init1 |
352 | .long sys_preadv | 352 | .long sys_preadv |
353 | .long sys_writev | 353 | .long sys_pwritev |