linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Paul Mackerras <paulus@samba.org>
To: "Peter Dennett" <pdennett@padsoft.com>
Cc: <linuxppc-dev@lists.linuxppc.org>
Subject: Re: IBM PPC750L vs Motorola MPC7410
Date: Thu, 17 Jul 2003 13:04:19 +1000	[thread overview]
Message-ID: <16150.4659.856525.824351@cargo.ozlabs.ibm.com> (raw)
In-Reply-To: <0b8e01c34ba7$41fb8490$8202a8c0@pit>


Peter Dennett writes:

> Is there someone on this list that can be so kind as to give
> me a technical summary of the differences between the
> PPC750L (G3) and Motorola MPC7410 (G4) so far as
> LINUX operation.

The biggest difference is that the 7410 has Altivec and the 750
doesn't.  Altivec is an extension to the instruction set that adds 32
128-bit registers plus a set of SIMD-style operations on those
registers.

Beyond that there will be differences in the special-purpose registers
(SPRs) accessible in kernel mode.  I don't think there would be
enormous difference but there would be some.

The kernel should detect which CPU you have and do the right thing
automatically.  Neither chip has an on-chip memory controller or
serial port; both have on-chip L1 I and D cache and on-chip L2 cache
controller and tag RAM (if I recall correctly).  So I don't know why
the kernel would hang when booting the G3.

Paul.


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

      parent reply	other threads:[~2003-07-17  3:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-16 14:33 IBM PPC750L vs Motorola MPC7410 Peter Dennett
2003-07-16 15:50 ` Chris Zimman
2003-07-17  3:04 ` Paul Mackerras [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=16150.4659.856525.824351@cargo.ozlabs.ibm.com \
    --to=paulus@samba.org \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=pdennett@padsoft.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;
as well as URLs for NNTP newsgroup(s).