public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [x86-64][Patch]Build bug in 2.6.12-rc5
@ 2005-05-25 14:58 Oliver Korpilla
  0 siblings, 0 replies; only message in thread
From: Oliver Korpilla @ 2005-05-25 14:58 UTC (permalink / raw)
  To: linux-kernel

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-25 11:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-25 14:58 [x86-64][Patch]Build bug in 2.6.12-rc5 Oliver Korpilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox