linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Meelis Roos <mroos@linux.ee>
To: Tom Rini <trini@kernel.crashing.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.23+BK: PPC compile error
Date: Wed, 10 Dec 2003 15:22:31 +0200 (EET)	[thread overview]
Message-ID: <Pine.GSO.4.44.0312101521540.26871-100000@math.ut.ee> (raw)
In-Reply-To: <20031208152954.GY912@stop.crashing.org>

> PPC32: Fix a thinko in arch/ppc/kernel/cpu_setup_6xx.S
>
> --- 1.6/arch/ppc/kernel/cpu_setup_6xx.S	Wed Dec  3 08:48:47 2003
> +++ edited/arch/ppc/kernel/cpu_setup_6xx.S	Mon Dec  8 08:26:37 2003
> @@ -161,7 +161,7 @@
>  	rlwinm	r3,r10,16,16,31
>  	cmplwi	r3,0x000c
>  	bne	1f			/* Not a 7400. */
> -	andi	r3,r10,0x0f0f
> +	andi.	r3,r10,0x0f0f
>  	cmpwi	0,r3,0x0200
>  	bgt	1f			/* Rev >= 2.1 */
>  	li	r3,HID0_SGE		/* 7400 rev < 2.1, clear SGE. */

This fix works fine, thanks!

-- 
Meelis Roos (mroos@linux.ee)


      reply	other threads:[~2003-12-10 15:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-08 10:02 2.4.23+BK: PPC compile error Meelis Roos
2003-12-08 15:29 ` Tom Rini
2003-12-10 13:22   ` Meelis Roos [this message]

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=Pine.GSO.4.44.0312101521540.26871-100000@math.ut.ee \
    --to=mroos@linux.ee \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trini@kernel.crashing.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;
as well as URLs for NNTP newsgroup(s).