From: Jason Wessel <jason.wessel@windriver.com>
To: <davem@davemloft.net>
Cc: <kgdb-bugreport@lists.sourceforge.net>,
<linux-kernel@vger.kernel.org>, <sparclinux@vger.kernel.org>,
<vapier@gentoo.org>
Subject: [PATCH] sparc,kgdbts: fix compile regression with kgdb test suite
Date: Tue, 19 Jul 2011 15:58:32 -0500 [thread overview]
Message-ID: <1311109112-12909-1-git-send-email-jason.wessel@windriver.com> (raw)
Commit 63ab25ebbc (kgdbts: unify/generalize gdb breakpoint adjustment)
introduced a compile regression on sparc.
kgdbts.c: In function 'check_and_rewind_pc':
kgdbts.c:307: error: implicit declaration of function 'instruction_pointer_set'
Simply add the correct macro definition for instruction pointer on the
Sparc architecture.
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
---
arch/sparc/include/asm/ptrace.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/sparc/include/asm/ptrace.h b/arch/sparc/include/asm/ptrace.h
index c7ad3fe..b928b31 100644
--- a/arch/sparc/include/asm/ptrace.h
+++ b/arch/sparc/include/asm/ptrace.h
@@ -205,6 +205,7 @@ do { current_thread_info()->syscall_noerror = 1; \
} while (0)
#define user_mode(regs) (!((regs)->tstate & TSTATE_PRIV))
#define instruction_pointer(regs) ((regs)->tpc)
+#define instruction_pointer_set(regs, val) ((regs)->tpc = (val))
#define user_stack_pointer(regs) ((regs)->u_regs[UREG_FP])
#define regs_return_value(regs) ((regs)->u_regs[UREG_I0])
#ifdef CONFIG_SMP
--
1.7.1
next reply other threads:[~2011-07-19 20:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-19 20:58 Jason Wessel [this message]
2011-07-19 21:06 ` Mike Frysinger
2011-07-21 21:45 ` David Miller
2011-07-21 22:36 [GIT PULL] kgdb compile fix for 3.0 rc7 Jason Wessel
2011-07-21 22:36 ` [PATCH] sparc,kgdbts: fix compile regression with kgdb test suite Jason Wessel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1311109112-12909-1-git-send-email-jason.wessel@windriver.com \
--to=jason.wessel@windriver.com \
--cc=davem@davemloft.net \
--cc=kgdb-bugreport@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=sparclinux@vger.kernel.org \
--cc=vapier@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®