diff options
author | Anton Blanchard <anton@samba.org> | 2005-07-07 17:56:15 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-07 18:23:37 -0700 |
commit | 79c2cc7b6d2cc31cff6a3d8e966a890f0a0d5f7a (patch) | |
tree | 8fba99fc6e39e35fd0416d0ce5d5593944241153 /include/asm-ppc64 | |
parent | 4416f3968a23e25a257d679227a89710447760ab (diff) | |
download | op-kernel-dev-79c2cc7b6d2cc31cff6a3d8e966a890f0a0d5f7a.zip op-kernel-dev-79c2cc7b6d2cc31cff6a3d8e966a890f0a0d5f7a.tar.gz |
[PATCH] ppc64: add ioprio syscalls
- Clean up sys32_getpriority comment.
- Add ioprio syscalls, and sign extend 32bit versions.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-ppc64')
-rw-r--r-- | include/asm-ppc64/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-ppc64/unistd.h b/include/asm-ppc64/unistd.h index 605d91e..53fc662 100644 --- a/include/asm-ppc64/unistd.h +++ b/include/asm-ppc64/unistd.h @@ -283,8 +283,10 @@ #define __NR_request_key 270 #define __NR_keyctl 271 #define __NR_waitid 272 +#define __NR_ioprio_set 273 +#define __NR_ioprio_get 274 -#define __NR_syscalls 273 +#define __NR_syscalls 275 #ifdef __KERNEL__ #define NR_syscalls __NR_syscalls #endif |