[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090819121556.GA24041@elte.hu>
Date: Wed, 19 Aug 2009 14:15:56 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Sachin Sant <sachinp@...ibm.com>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
linux-s390@...r.kernel.org
Subject: [patch] Re: Next Aug 19: s390 build failure
(arch/s390/kernel/built-in)
* Sachin Sant <sachinp@...ibm.com> wrote:
> Ingo Molnar wrote:
>> Could you please send the .config that triggers this?
>>
>>
> .config Attached.
thanks - does the patch below fix the bug for you?
Ingo
diff --git a/arch/s390/kernel/ptrace.c b/arch/s390/kernel/ptrace.c
index 05f57cd..c5e87d8 100644
--- a/arch/s390/kernel/ptrace.c
+++ b/arch/s390/kernel/ptrace.c
@@ -51,6 +51,9 @@
#include "compat_ptrace.h"
#endif
+DEFINE_TRACE(syscall_enter);
+DEFINE_TRACE(syscall_exit);
+
enum s390_regset {
REGSET_GENERAL,
REGSET_FP,
--
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