]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/sh/kernel/syscalls_32.S
sh: Fix sys_pwritev() syscall table entry for sh32.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 11 Jun 2009 06:33:53 +0000 (09:33 +0300)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 11 Jun 2009 06:33:53 +0000 (09:33 +0300)
commit75c936aec050113c12f74581f51779ffc5502a51
treec0ac1d3c6c5a54f799d899720e60df541a643782
parent4c7c99788631bab177bd51e15e893be4689bb085
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>
arch/sh/kernel/syscalls_32.S