linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add AT_PLATFORM value for Xilinx Virtex-4 FX
@ 2006-09-14 19:18 Peter Bergner
  0 siblings, 0 replies; only message in thread
From: Peter Bergner @ 2006-09-14 19:18 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Jakub Jelinek

Jakub noticed the cputable.c entry for Xilinx Virtex-4 FX was missing
a .platform value, so the AT_PLATFORM value wouldn't be set correctly.
This patch adds it.

Peter


Signed-off-by: Peter Bergner <bergner@vnet.ibm.com>

diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 272e436..518b808 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -929,6 +929,7 @@ struct cpu_spec	cpu_specs[] = {
 			PPC_FEATURE_HAS_MMU | PPC_FEATURE_HAS_4xxMAC,
 		.icache_bsize		= 32,
 		.dcache_bsize		= 32,
+		.platform		= "ppc405",
 	},
 	{	/* 405EP */
 		.pvr_mask		= 0xffff0000,

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-14 20:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-14 19:18 [PATCH] Add AT_PLATFORM value for Xilinx Virtex-4 FX Peter Bergner

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