X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=kernel%2Fsys_ni.c;h=03c3875d995898b2af39ac593379085cb250c242;hb=68c76b6aa0e02b727e931cd9ce7d969e94a8e845;hp=ca7d84f438f1ed5ab79f41e95baee0fc1ac1926d;hpb=e89c6fdf9e0eb1b5a03574d4ca73e83eae8deb91;p=deliverable%2Flinux.git diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c index ca7d84f438f1..03c3875d9958 100644 --- a/kernel/sys_ni.c +++ b/kernel/sys_ni.c @@ -219,6 +219,7 @@ cond_syscall(compat_sys_timerfd_gettime); cond_syscall(sys_eventfd); cond_syscall(sys_eventfd2); cond_syscall(sys_memfd_create); +cond_syscall(sys_userfaultfd); /* performance counters: */ cond_syscall(sys_perf_event_open);