diff options
author | Steve French <sfrench@us.ibm.com> | 2005-06-22 21:26:47 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-06-22 21:26:47 -0400 |
commit | ea0daab4ae4a2f853f06c76961c0ed324fd0804c (patch) | |
tree | f6fbe2db5772695181b7a7257b05e43343bd8d75 /kernel/sys_ni.c | |
parent | 58aab753de605c14b9878a897e7349c3063afeff (diff) | |
parent | 1bdf7a78c2b21fb94dfe7994dbe89310b18479d2 (diff) |
Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
Diffstat (limited to 'kernel/sys_ni.c')
-rw-r--r-- | kernel/sys_ni.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sys_ni.c b/kernel/sys_ni.c index 0dda70ed1f98..6f15bea7d1a8 100644 --- a/kernel/sys_ni.c +++ b/kernel/sys_ni.c | |||
@@ -77,6 +77,7 @@ cond_syscall(sys_request_key); | |||
77 | cond_syscall(sys_keyctl); | 77 | cond_syscall(sys_keyctl); |
78 | cond_syscall(compat_sys_keyctl); | 78 | cond_syscall(compat_sys_keyctl); |
79 | cond_syscall(compat_sys_socketcall); | 79 | cond_syscall(compat_sys_socketcall); |
80 | cond_syscall(sys_set_zone_reclaim); | ||
80 | 81 | ||
81 | /* arch-specific weak syscall entries */ | 82 | /* arch-specific weak syscall entries */ |
82 | cond_syscall(sys_pciconfig_read); | 83 | cond_syscall(sys_pciconfig_read); |