Commit be491bac authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] Fix x86-64 compilation without CONFIG_NUMA

This fixes compilation of x86-64 without CONFIG_NUMA again (got broken
by the previous patchkit)
parent 5d146f2c
...@@ -274,6 +274,7 @@ cond_syscall(compat_sys_mq_getsetattr) ...@@ -274,6 +274,7 @@ cond_syscall(compat_sys_mq_getsetattr)
cond_syscall(sys_mbind) cond_syscall(sys_mbind)
cond_syscall(sys_get_mempolicy) cond_syscall(sys_get_mempolicy)
cond_syscall(sys_set_mempolicy) cond_syscall(sys_set_mempolicy)
cond_syscall(compat_get_mempolicy)
/* arch-specific weak syscall entries */ /* arch-specific weak syscall entries */
cond_syscall(sys_pciconfig_read) cond_syscall(sys_pciconfig_read)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment