powerpc: Wire up sys_userfaultfd()

The selftest passes on 64-bit LE and BE.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Michael Ellerman
2015-09-08 15:16:09 +10:00
parent daebaabb5c
commit b855d45dc3
3 changed files with 3 additions and 1 deletions

View File

@@ -386,5 +386,6 @@
#define __NR_bpf 361
#define __NR_execveat 362
#define __NR_switch_endian 363
#define __NR_userfaultfd 364
#endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */