Re: 2.6.7-rc2-mm1

From: Andi Kleen
Date: Tue Jun 01 2004 - 10:23:44 EST


Gabriel Ebner <ge@xxxxxxxxxxxxxxx> writes:

> Hello,
>
> Andrey Panin wrote:
>> Try the attached patch, it should fix DMI related problem.
>
> Yes, it fixes most of the DMI related problems, some persist however:

This patch should fix it.

-------------------------------------------------------------

Fix compilation of x86-64 with NUMA off

diff -u linux-2.6.7rc2-amd64/kernel/sys.c-o linux-2.6.7rc2-amd64/kernel/sys.c
--- linux-2.6.7rc2-amd64/kernel/sys.c-o 2004-05-30 16:33:00.000000000 +0200
+++ linux-2.6.7rc2-amd64/kernel/sys.c 2004-06-01 17:16:26.000000000 +0200
@@ -274,6 +274,7 @@
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)


-Andi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/