diff options
| author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2006-10-04 14:02:09 -0400 |
|---|---|---|
| committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2006-10-04 14:02:09 -0400 |
| commit | 8abfe01dae8c0ed7ca6bfb153a7fcab47df72a52 (patch) | |
| tree | 077867ad42c644fa65d6e4bbcc0f41e14a810464 /include | |
| parent | 4e56296d471a827fdd244cfdb6a1e62fc3af7af0 (diff) | |
[S390] Wire up sys_getcpu system call.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-s390/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-s390/unistd.h b/include/asm-s390/unistd.h index 0cccfd83c457..a19238cbcffa 100644 --- a/include/asm-s390/unistd.h +++ b/include/asm-s390/unistd.h | |||
| @@ -247,8 +247,10 @@ | |||
| 247 | #define __NR_sync_file_range 307 | 247 | #define __NR_sync_file_range 307 |
| 248 | #define __NR_tee 308 | 248 | #define __NR_tee 308 |
| 249 | #define __NR_vmsplice 309 | 249 | #define __NR_vmsplice 309 |
| 250 | /* Number 310 is reserved for new sys_move_pages */ | ||
| 251 | #define __NR_getcpu 311 | ||
| 250 | 252 | ||
| 251 | #define NR_syscalls 310 | 253 | #define NR_syscalls 312 |
| 252 | 254 | ||
| 253 | /* | 255 | /* |
| 254 | * There are some system calls that are not present on 64 bit, some | 256 | * There are some system calls that are not present on 64 bit, some |
