[PATCH] asm-generic: define DIE_OOPS in asm-generic

From: Ingo Molnar
Date: Mon Oct 27 2008 - 06:41:30 EST



* Steven Rostedt <srostedt@xxxxxxxxxx> wrote:

> 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@xxxxxxxxx>
>> ---
>> 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@xxxxxxxxxx>
>
> -- Steve

ok - i've queued up the patch below in tip/tracing/urgent, thanks
guys.

Ingo