aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Rothwell2009-04-06 12:19:50 -0500
committerPaul Mackerras2009-04-07 00:19:00 -0500
commit1a917bb549deb0b6bcb0321db22e9c27525a1e3d (patch)
treefdb82981b6c0dcd6c624f0cea482b65465eb10ac /arch/powerpc/include/asm/unistd.h
parent7ddb7ad11f862f46d6d55d629a6fb45a5f4cb030 (diff)
downloadam43-linux-kernel-1a917bb549deb0b6bcb0321db22e9c27525a1e3d.tar.gz
am43-linux-kernel-1a917bb549deb0b6bcb0321db22e9c27525a1e3d.tar.xz
am43-linux-kernel-1a917bb549deb0b6bcb0321db22e9c27525a1e3d.zip
powerpc: Wire up preadv and pwritev
[paulus@samba.org: changed to use syscall numbers 320 and 321 since perf_counters is currently using 319.] Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/include/asm/unistd.h')
-rw-r--r--arch/powerpc/include/asm/unistd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/unistd.h b/arch/powerpc/include/asm/unistd.h
index e07d0c76ed7..3f06f8ec81c 100644
--- a/arch/powerpc/include/asm/unistd.h
+++ b/arch/powerpc/include/asm/unistd.h
@@ -341,10 +341,12 @@
341#define __NR_dup3 316 341#define __NR_dup3 316
342#define __NR_pipe2 317 342#define __NR_pipe2 317
343#define __NR_inotify_init1 318 343#define __NR_inotify_init1 318
344#define __NR_preadv 320
345#define __NR_pwritev 321
344 346
345#ifdef __KERNEL__ 347#ifdef __KERNEL__
346 348
347#define __NR_syscalls 319 349#define __NR_syscalls 322
348 350
349#define __NR__exit __NR_exit 351#define __NR__exit __NR_exit
350#define NR_syscalls __NR_syscalls 352#define NR_syscalls __NR_syscalls