projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acce2f7
)
alpha: wire up io_pgetevents system call
author
Arnd Bergmann
<arnd@arndb.de>
Thu, 3 Jan 2019 21:10:26 +0000
(22:10 +0100)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 25 Jan 2019 16:22:20 +0000
(17:22 +0100)
The io_pgetevents system call was added in linux-4.18 but has
no entry for alpha:
warning: #warning syscall io_pgetevents not implemented [-Wcpp]
Assign a the next system call number here.
Cc: stable@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/alpha/kernel/syscalls/syscall.tbl
patch
|
blob
|
history
diff --git
a/arch/alpha/kernel/syscalls/syscall.tbl
b/arch/alpha/kernel/syscalls/syscall.tbl
index
7b56a53
..
e09558e
100644
(file)
--- a/
arch/alpha/kernel/syscalls/syscall.tbl
+++ b/
arch/alpha/kernel/syscalls/syscall.tbl
@@
-451,3
+451,4
@@
520 common preadv2 sys_preadv2
521 common pwritev2 sys_pwritev2
522 common statx sys_statx
+523 common io_pgetevents sys_io_pgetevents