From: Andrew Morton <akpm@osdl.org>
To: ananth@in.ibm.com
Cc: lkml <linux-kernel@vger.kernel.org>,
hch@infradead.org, Prasanna S Panchamukhi <prasanna@in.ibm.com>,
Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>,
Jim Keniston <jkenisto@us.ibm.com>,
davem@davemloft.net, schwidefsky@de.ibm.com
Subject: Re: [PATCH 2/3] Add retval_value helper (updated)
Date: Tue, 22 Aug 2006 14:13:07 -0700 [thread overview]
Message-ID: <20060822141307.672850d7.akpm@osdl.org> (raw)
In-Reply-To: <20060822052841.GB26279@in.ibm.com>
On Tue, 22 Aug 2006 10:58:41 +0530
Ananth N Mavinakayanahalli <ananth@in.ibm.com> wrote:
> From: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
>
> Add the return_value() macro to extract the return value in an
> architecture agnostic manner, given the pt_regs.
>
> Other architecture maintainers may want to add similar helpers.
return_value() is quite a generic-sounding thing.
box:/usr/src/linux-2.6.18-rc4> grep -r return_value . | wc -l
66
How about regs_return_value()?
next prev parent reply other threads:[~2006-08-22 21:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-22 5:24 [PATCH 1/3] Kprobes: Make kprobe modules more portable (updated) Ananth N Mavinakayanahalli
2006-08-22 5:28 ` [PATCH 2/3] Add retval_value helper (updated) Ananth N Mavinakayanahalli
2006-08-22 5:30 ` [PATCH 3/3] Update Documentation/kprobes.txt Ananth N Mavinakayanahalli
2006-08-25 7:11 ` Ananth N Mavinakayanahalli
2006-08-22 21:13 ` Andrew Morton [this message]
2006-08-23 1:29 ` [PATCH 2/3] Add retval_value helper (updated) Ananth N Mavinakayanahalli
2006-08-25 7:05 ` [PATCH 1/3] Kprobes: Make kprobe modules more portable (updated) Ananth N Mavinakayanahalli
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=20060822141307.672850d7.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=ananth@in.ibm.com \
--cc=anil.s.keshavamurthy@intel.com \
--cc=davem@davemloft.net \
--cc=hch@infradead.org \
--cc=jkenisto@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=prasanna@in.ibm.com \
--cc=schwidefsky@de.ibm.com \
/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