commit | d012d1325ba523b8ef3e55ba79c943e220154fdc | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Jan 03 22:10:26 2019 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Jan 25 17:22:20 2019 +0100 |
tree | 9164196c882c82444743c5d9706fbacfae3d6dc5 | |
parent | acce2f71779c54086962fefce3833d886c655f62 [diff] |
alpha: wire up io_pgetevents system call 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>