summaryrefslogtreecommitdiff
path: root/kernel/sys_ni.c
diff options
context:
space:
mode:
authorKent Overstreet <koverstreet@google.com>2012-10-11 13:36:15 -0700
committerKent Overstreet <koverstreet@google.com>2012-10-11 13:36:15 -0700
commit21a0765a50fff349155964432b9529541eee5e8a (patch)
treef605ce5afbeb7d2dce0ee8c546f47d98ea5f48fb /kernel/sys_ni.c
parent07a2039b8eb0af4ff464efd3dfd95de5c02648c6 (diff)
acallacall
Diffstat (limited to 'kernel/sys_ni.c')
-rw-r--r--kernel/sys_ni.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c
index 27dad2967387..6dab68a286c6 100644
--- a/kernel/sys_ni.c
+++ b/kernel/sys_ni.c
@@ -16,6 +16,13 @@ asmlinkage long sys_ni_syscall(void)
return -ENOSYS;
}
+long __attribute__ ((weak)) arch_call_syscall(unsigned int nr,
+ long arg0, long arg1, long arg2,
+ long arg3, long arg4, long arg5)
+{
+ return -ENOSYS;
+}
+
cond_syscall(sys_nfsservctl);
cond_syscall(sys_quotactl);
cond_syscall(sys32_quotactl);