On Tuesday, June 7, 2016 1:47:25 PM CEST Dave Hansen wrote: > From: Dave Hansen <[email protected]> > > These new syscalls are implemented as generic code, so enable > them for architectures like arm64 which use the generic syscall > table. > > According to Arnd: > > Even if the support is x86 specific for the forseeable > future, it may be good to reserve the number just in > case. The other architecture specific syscall lists are > usually left to the individual arch maintainers, most a > lot of the newer architectures share this table. > > Signed-off-by: Dave Hansen <[email protected]> > Cc: Arnd Bergmann <[email protected]>
Acked-by: Arnd Bergmann <[email protected]> Thanks!

