All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: sparclinux@vger.kernel.org
Subject: Re: initrd testing [possible solution]
Date: Mon, 15 Nov 2004 23:56:03 +0000	[thread overview]
Message-ID: <20041115235603.GI3217@holomorphy.com> (raw)
In-Reply-To: <Pine.LNX.4.61.0411032344240.25808@bobcat>

On Sun, 14 Nov 2004 23:16:40 -0500 (EST) Jurij Smakov <jurij@wooyd.org> wrote:
> > --- build-sparc32.orig/include/asm-sparc/string.h	2004-08-14 01:36:11.000000000 -0400
> > +++ build-sparc32/include/asm-sparc/string.h	2004-11-14 22:09:49.000000000 -0500
> > @@ -40,6 +40,9 @@
> > 
> >   	if(n <= 32) {
> >   		__builtin_memcpy(to, from, n);
> > +	} else if (((unsigned int) to & 7) != 0) {
> > +		/* Destination is not aligned on the double-word boundary */
> > +		__memcpy(to, from, n);
> >   	} else {
> >   		switch(n) {
> >   		case PAGE_SIZE:

On Mon, Nov 15, 2004 at 03:40:23PM -0800, David S. Miller wrote:
> This patch is perfectly fine, good catch.
> wli, you got this?

Absolutely.

-- wli

  parent reply	other threads:[~2004-11-15 23:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-04  5:38 initrd testing [possible solution] Jurij Smakov
2004-11-15  4:16 ` Jurij Smakov
2004-11-15 23:40 ` David S. Miller
2004-11-15 23:56 ` William Lee Irwin III [this message]
2004-11-16  2:11 ` Rob Radez

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=20041115235603.GI3217@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=sparclinux@vger.kernel.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.