[POWERPC] Add AT_PLATFORM value for Xilinx Virtex-4 FX
authorPeter Bergner <bergner@vnet.ibm.com>
Thu, 14 Sep 2006 19:18:38 +0000 (14:18 -0500)
committerPaul Mackerras <paulus@samba.org>
Thu, 21 Sep 2006 12:54:54 +0000 (22:54 +1000)
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>
arch/powerpc/kernel/cputable.c

index db65c9f..190a57e 100644 (file)
@@ -949,6 +949,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,