From be491baccdb7d44abaf33541d4a45306129cf29e Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Mon, 31 May 2004 18:35:45 -0700 Subject: [PATCH] Fix x86-64 compilation without CONFIG_NUMA This fixes compilation of x86-64 without CONFIG_NUMA again (got broken by the previous patchkit) --- kernel/sys.c | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/sys.c') 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) -- cgit v1.2.3