[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <45241659.301@goop.org>
Date: Wed, 04 Oct 2006 13:15:21 -0700
From: Jeremy Fitzhardinge <jeremy@...p.org>
To: Judith Lebzelter <judith@...l.org>
CC: paulus@...ba.org, linuxppc-dev@...abs.org,
linux-kernel@...r.kernel.org, Andrew Morton <akpm@...l.org>
Subject: Re: [PATCH] use-generic-bug-for-ppc
Judith Lebzelter wrote:
> Index: linux/arch/ppc/kernel/traps.c
> ===================================================================
> --- linux.orig/arch/ppc/kernel/traps.c 2006-10-03 16:11:26.461653713 -0700
> +++ linux/arch/ppc/kernel/traps.c 2006-10-04 10:00:21.198907987 -0700
> @@ -28,6 +28,7 @@
> #include <linux/init.h>
> #include <linux/module.h>
> #include <linux/prctl.h>
> +#include <linux/bug.h>
>
> #include <asm/pgtable.h>
> #include <asm/uaccess.h>
> @@ -568,55 +569,9 @@
> */
> extern struct bug_entry __start___bug_table[], __stop___bug_table[];
>
> -#ifndef CONFIG_MODULES
> -#define module_find_bug(x) NULL
> -#endif
>
Looks like you need to delete a bit more here - the extern struct
bug_entry, and the comment above.
J
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists