mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 13:13:04 -04:00
[S390] Wire up sys_getcpu system call.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
committed by
Martin Schwidefsky
parent
4e56296d47
commit
8abfe01dae
@@ -247,8 +247,10 @@
|
||||
#define __NR_sync_file_range 307
|
||||
#define __NR_tee 308
|
||||
#define __NR_vmsplice 309
|
||||
/* Number 310 is reserved for new sys_move_pages */
|
||||
#define __NR_getcpu 311
|
||||
|
||||
#define NR_syscalls 310
|
||||
#define NR_syscalls 312
|
||||
|
||||
/*
|
||||
* There are some system calls that are not present on 64 bit, some
|
||||
|
||||
Reference in New Issue
Block a user