linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [RFC/PATCH] Change 440GP platform to ppc440
@ 2007-04-19 21:16 Kumar Gala
  2007-04-19 21:43 ` Josh Boyer
  2007-04-21  0:20 ` Paul Mackerras
  0 siblings, 2 replies; 10+ messages in thread
From: Kumar Gala @ 2007-04-19 21:16 UTC (permalink / raw)
  To: linuxppc-dev

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,

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-05-02 14:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-19 21:16 [RFC/PATCH] Change 440GP platform to ppc440 Kumar Gala
2007-04-19 21:43 ` 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

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).