public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Roman Zippel <zippel@linux-m68k.org>
To: Frank Cornelis <fcorneli@elis.rug.ac.be>
Cc: linux-kernel@vger.kernel.org
Subject: Re: earlyclobber
Date: Sun, 23 Dec 2001 13:39:25 +0100	[thread overview]
Message-ID: <3C25D07D.BB3B7939@linux-m68k.org> (raw)
In-Reply-To: <Pine.LNX.4.33.0112221752150.6586-100000@trappist.elis.rug.ac.be>

Hi,

Frank Cornelis wrote:

> I think that in the file include/asm-i386/uaccess.h in some macro's the
> ecx register should be marked as an "earlyclobber" operand since it is
> one. Patch follows.
> 
> Frank.
> 
> @@ -337,7 +337,7 @@
>                         "       .align 4\n"                     \
>                         "       .long 0b,2b\n"                  \
>                         ".previous"                             \
> -                       : "=c"(size), "=&S" (__d0), "=&D" (__d1)\
> +                       : "=&c"(size), "=&S" (__d0), "=&D" (__d1)\
>                         : "1"(from), "2"(to), "0"(size/4)       \
>                         : "memory");                            \
>                 break;                                          \

This isn't needed, as there is no input operand to which it could be
assigned to.

bye, Roman



  reply	other threads:[~2001-12-23 14:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-22 16:56 earlyclobber Frank Cornelis
2001-12-23 12:39 ` Roman Zippel [this message]
     [not found] <01122223531400.01860@manta>
2001-12-23 10:07 ` earlyclobber Frank Cornelis

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=3C25D07D.BB3B7939@linux-m68k.org \
    --to=zippel@linux-m68k.org \
    --cc=fcorneli@elis.rug.ac.be \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox