From: Thiemo Seufer <ths@networkno.de>
To: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: linux-mips@linux-mips.org, ralf@linux-mips.org
Subject: Re: [PATCH] csum_partial and copy in parallel
Date: Tue, 12 Dec 2006 17:18:10 +0000 [thread overview]
Message-ID: <20061212171809.GG21819@networkno.de> (raw)
In-Reply-To: <20061213.012206.98747230.anemo@mba.ocn.ne.jp>
Atsushi Nemoto wrote:
[snip]
> + * See "Spec" in memcpy.S for details. Unlike __copy_user, all
> + * function in this file use the standard calling convention.
> + */
> +
> +#define src a0
> +#define dst a1
> +#define len a2
> +#define psum a3
> +#define sum v0
> +#define odd t5
> +#define errptr t6
Does this work for 64 bit? t5/t6/t7 look weird for that.
Thiemo
next prev parent reply other threads:[~2006-12-12 17:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-12 16:22 [PATCH] csum_partial and copy in parallel Atsushi Nemoto
2006-12-12 17:18 ` Thiemo Seufer [this message]
2006-12-13 0:52 ` Atsushi Nemoto
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=20061212171809.GG21819@networkno.de \
--to=ths@networkno.de \
--cc=anemo@mba.ocn.ne.jp \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.