diff options
author | Peter Bergner <bergner@vnet.ibm.com> | 2006-09-14 14:18:38 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-09-21 22:54:54 +1000 |
commit | 838fdb4d2d0e4730364220b51be28a42d04c665e (patch) | |
tree | 6eaece1f5d1295b3d7f43d5362478cd1d71bf243 /arch | |
parent | b2c5f61920eeee9c4e78698de4fde4586fe5ae79 (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')
-rw-r--r-- | arch/powerpc/kernel/cputable.c | 1 |
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[] = { PPC_FEATURE_HAS_MMU | PPC_FEATURE_HAS_4xxMAC, .icache_bsize = 32, .dcache_bsize = 32, + .platform = "ppc405", }, { /* 405EP */ .pvr_mask = 0xffff0000, |