diff options
| author | Andi Kleen <ak@suse.de> | 2004-05-31 18:35:45 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-05-31 18:35:45 -0700 |
| commit | be491baccdb7d44abaf33541d4a45306129cf29e (patch) | |
| tree | 83a272e64e9a93f38dcff235b67c36023e4777c7 /kernel/sys.c | |
| parent | 5d146f2c456f4bc5e81861eecdc760026560654b (diff) | |
[PATCH] Fix x86-64 compilation without CONFIG_NUMA
This fixes compilation of x86-64 without CONFIG_NUMA again (got broken
by the previous patchkit)
Diffstat (limited to 'kernel/sys.c')
| -rw-r--r-- | kernel/sys.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sys.c b/kernel/sys.c index d22fd2d124a8..1bbc66a60b8c 100644 --- a/kernel/sys.c +++ b/kernel/sys.c @@ -274,6 +274,7 @@ cond_syscall(compat_sys_mq_getsetattr) cond_syscall(sys_mbind) cond_syscall(sys_get_mempolicy) cond_syscall(sys_set_mempolicy) +cond_syscall(compat_get_mempolicy) /* arch-specific weak syscall entries */ cond_syscall(sys_pciconfig_read) |
