2008-11-01 18:21:35

by Al Viro

[permalink] [raw]
Subject: [PATCH] [sparc32] kernel/trace/trace.c wants DIE_OOPS


Signed-off-by: Al Viro <[email protected]>
---
arch/sparc/include/asm/kdebug_32.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/sparc/include/asm/kdebug_32.h b/arch/sparc/include/asm/kdebug_32.h
index f69fe7d..1d0b240 100644
--- a/arch/sparc/include/asm/kdebug_32.h
+++ b/arch/sparc/include/asm/kdebug_32.h
@@ -60,6 +60,7 @@ static inline void sp_enter_debugger(void)

enum die_val {
DIE_UNUSED,
+ DIE_OOPS,
};

#endif /* !(__ASSEMBLY__) */
--
1.5.6.5


2008-11-02 04:44:44

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] [sparc32] kernel/trace/trace.c wants DIE_OOPS

From: Al Viro <[email protected]>
Date: Sat, 01 Nov 2008 18:20:29 +0000

> Signed-off-by: Al Viro <[email protected]>

Applied, thanks a lot Al.