linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] Define DIE_OOPS in asm-generic
       [not found] <1224928160-19147-1-git-send-email-jonas.bonn@gmail.com>
@ 2008-10-25 18:14 ` Steven Rostedt
  2008-10-27 10:40   ` [PATCH] asm-generic: define " Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Steven Rostedt @ 2008-10-25 18:14 UTC (permalink / raw)
  To: Jonas Bonn, LKML, Ingo Molnar

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@gmail.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@redhat.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 */
>   


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] asm-generic: define DIE_OOPS in asm-generic
  2008-10-25 18:14 ` [PATCH] Define DIE_OOPS in asm-generic Steven Rostedt
@ 2008-10-27 10:40   ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-10-27 10:40 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: Jonas Bonn, LKML


* Steven Rostedt <srostedt@redhat.com> 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@gmail.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@redhat.com>
>
> -- Steve

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

	Ingo

>From 5209f08dc8e5f520ca81b87fa9a7142f58a109f4 Mon Sep 17 00:00:00 2001
From: Jonas Bonn <jonas.bonn@gmail.com>
Date: Sat, 25 Oct 2008 11:49:20 +0200
Subject: [PATCH] asm-generic: define DIE_OOPS in asm-generic

Impact: build fix

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@gmail.com>
Acked-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 include/asm-generic/kdebug.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-27 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1224928160-19147-1-git-send-email-jonas.bonn@gmail.com>
2008-10-25 18:14 ` [PATCH] Define DIE_OOPS in asm-generic Steven Rostedt
2008-10-27 10:40   ` [PATCH] asm-generic: define " Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).