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