summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/include
diff options
context:
space:
mode:
authorDavid Howells2009-04-15 20:34:46 +0200
committerLinus Torvalds2009-04-15 22:55:13 +0200
commit76d320a5072f93abb913e9b9d84304f819c34b96 (patch)
tree9178e09ebcf17259bf7b6b3e412367ec6be57171 /arch/mn10300/include
parentMN10300: Discard duplicate PFN_xxx() macros (diff)
downloadkernel-qcow2-linux-76d320a5072f93abb913e9b9d84304f819c34b96.tar.gz
kernel-qcow2-linux-76d320a5072f93abb913e9b9d84304f819c34b96.tar.xz
kernel-qcow2-linux-76d320a5072f93abb913e9b9d84304f819c34b96.zip
MN10300: Wire up missing system calls
Wire up missing system calls preadv() and pwritev(). Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/mn10300/include')
-rw-r--r--arch/mn10300/include/asm/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mn10300/include/asm/unistd.h b/arch/mn10300/include/asm/unistd.h
index 543a4f98695d..fef5b434dadc 100644
--- a/arch/mn10300/include/asm/unistd.h
+++ b/arch/mn10300/include/asm/unistd.h
@@ -344,6 +344,8 @@
#define __NR_dup3 331
#define __NR_pipe2 332
#define __NR_inotify_init1 333
+#define __NR_preadv 334
+#define __NR_pwritev 335
#ifdef __KERNEL__