[x86-64][Patch]Build bug in 2.6.12-rc5

From: Oliver Korpilla
Date: Wed May 25 2005 - 06:16:47 EST


Problem:

On x86_64 building of 2.6.12-rc5 stops with a missing definition in
arch/x86_64/kernel/signal.c

Solution:

Include necessary define (see patch below).

I'm not on the list, CC: me if necessary.

With kind regards,
Oliver Korpilla

--- linux-2.6.12-rc5_2/arch/x86_64/kernel/signal.c 2005-05-25
05:31:20.000000000 +0200
+++ linux-2.6.12-rc5/arch/x86_64/kernel/signal.c 2005-05-25
16:35:24.000000000 +0200
@@ -28,6 +28,7 @@
#include <asm/uaccess.h>
#include <asm/i387.h>
#include <asm/proto.h>
+#include <asm/ia32_unistd.h>

/* #define DEBUG_SIG 1 */

-
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/