commit | 987aedb5d6f6e10c5203c6d0aab9a60ec22c7e93 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Apr 11 10:17:46 2016 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Sat Apr 23 22:38:08 2016 +0200 |
tree | cdcbee3ca0d178d79ae33cf94b8f3427a1bc7eae | |
parent | c3b46c73264b03000d1e18b22f5caf63332547c9 [diff] |
generic syscalls: wire up preadv2 and pwritev2 syscalls These new syscalls are implemented as generic code, so enable them for architectures like arm64 which use the generic syscall table. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>