Re: 2.6.14-rc1-mm1

From: Anton Blanchard
Date: Fri Sep 16 2005 - 05:25:01 EST


On Fri, Sep 16, 2005 at 02:23:19AM -0700, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14-rc1/2.6.14-rc1-mm1/

Builds and boots on ppc64 (POWER5) with the following patch, I forgot to
include siginfo.h when I added data breakpoint support. We must include
it in a round-a-bout way in mainline.

Signed-off-by: Anton Blanchard <anton@xxxxxxxxx>

Index: linux-2.6-test/arch/ppc64/mm/fault.c
===================================================================
--- linux-2.6-test.orig/arch/ppc64/mm/fault.c 2005-09-16 20:13:05.000000000 +1000
+++ linux-2.6-test/arch/ppc64/mm/fault.c 2005-09-16 20:13:47.000000000 +1000
@@ -38,6 +38,7 @@
#include <asm/system.h>
#include <asm/uaccess.h>
#include <asm/kdebug.h>
+#include <asm/siginfo.h>

/*
* Check whether the instruction at regs->nip is a store using
-
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/