From: Kumar Gala <galak@kernel.crashing.org>
To: linuxppc-dev@ozlabs.org
Subject: [RFC/PATCH] Change 440GP platform to ppc440
Date: Thu, 19 Apr 2007 16:16:52 -0500 (CDT) [thread overview]
Message-ID: <Pine.LNX.4.64.0704191615040.25069@localhost.localdomain> (raw)
I don't see any reason the 440GP should its own platform. Posting this to
see if anyone thinks otherwise.
- k
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 6b59e40..4237aea 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -1119,7 +1119,7 @@ static struct cpu_spec cpu_specs[] = {
.cpu_user_features = COMMON_USER_BOOKE,
.icache_bsize = 32,
.dcache_bsize = 32,
- .platform = "ppc440gp",
+ .platform = "ppc440",
},
{ /* 440GP Rev. C */
.pvr_mask = 0xf0000fff,
@@ -1129,7 +1129,7 @@ static struct cpu_spec cpu_specs[] = {
.cpu_user_features = COMMON_USER_BOOKE,
.icache_bsize = 32,
.dcache_bsize = 32,
- .platform = "ppc440gp",
+ .platform = "ppc440",
},
{ /* 440GX Rev. A */
.pvr_mask = 0xf0000fff,
next reply other threads:[~2007-04-19 21:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-19 21:16 Kumar Gala [this message]
2007-04-19 21:43 ` [RFC/PATCH] Change 440GP platform to ppc440 Josh Boyer
2007-04-20 0:02 ` David Gibson
2007-04-21 0:20 ` Paul Mackerras
2007-04-23 21:58 ` Kumar Gala
2007-04-24 0:01 ` Josh Boyer
2007-04-24 0:12 ` Roland Dreier
2007-04-24 5:46 ` Stefan Roese
2007-05-02 3:38 ` Kumar Gala
2007-05-02 14:06 ` What defines a cpu table platform? (was Re: Change 440GP platform to ppc440) Kumar Gala
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.LNX.4.64.0704191615040.25069@localhost.localdomain \
--to=galak@kernel.crashing.org \
--cc=linuxppc-dev@ozlabs.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).