[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4903621B.9040101@redhat.com>
Date: Sat, 25 Oct 2008 14:14:51 -0400
From: Steven Rostedt <srostedt@...hat.com>
To: Jonas Bonn <jonas.bonn@...il.com>,
LKML <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...e.hu>
Subject: Re: [PATCH] Define DIE_OOPS in asm-generic
Jonas Bonn wrote:
> DIE_OOPS is now used in the generic trace handling code so it needs to
> be defined for all architectures. Define it in asm-generic so that it's
> available to all by default and doesn't cause build errors for
> architectures that rely on the generic implementation.
>
> Signed-off-by: Jonas Bonn <jonas.bonn@...il.com>
> ---
> include/asm-generic/kdebug.h | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
This will obsolete my other patch. (the one making the nmi handler weak)
Acked-by: Steven Rostedt <srostedt@...hat.com>
-- Steve
> diff --git a/include/asm-generic/kdebug.h b/include/asm-generic/kdebug.h
> index 2b799c9..11e57b6 100644
> --- a/include/asm-generic/kdebug.h
> +++ b/include/asm-generic/kdebug.h
> @@ -3,6 +3,7 @@
>
> enum die_val {
> DIE_UNUSED,
> + DIE_OOPS=1
> };
>
> #endif /* _ASM_GENERIC_KDEBUG_H */
>
--
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