aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorPeter Bergner <bergner@vnet.ibm.com>2006-09-14 15:18:38 -0400
committerPaul Mackerras <paulus@samba.org>2006-09-21 08:54:54 -0400
commit838fdb4d2d0e4730364220b51be28a42d04c665e (patch)
tree6eaece1f5d1295b3d7f43d5362478cd1d71bf243 /arch/powerpc
parentb2c5f61920eeee9c4e78698de4fde4586fe5ae79 (diff)
[POWERPC] Add AT_PLATFORM value for Xilinx Virtex-4 FX
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 adds it. Signed-off-by: Peter Bergner <bergner@vnet.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/kernel/cputable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index db65c9f6559a..190a57e20765 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -949,6 +949,7 @@ struct cpu_spec cpu_specs[] = {
949 PPC_FEATURE_HAS_MMU | PPC_FEATURE_HAS_4xxMAC, 949 PPC_FEATURE_HAS_MMU | PPC_FEATURE_HAS_4xxMAC,
950 .icache_bsize = 32, 950 .icache_bsize = 32,
951 .dcache_bsize = 32, 951 .dcache_bsize = 32,
952 .platform = "ppc405",
952 }, 953 },
953 { /* 405EP */ 954 { /* 405EP */
954 .pvr_mask = 0xffff0000, 955 .pvr_mask = 0xffff0000,