From b0929d888f840e5820283496aff8f2d46cc56b8f Mon Sep 17 00:00:00 2001 From: Sean MacLennan Date: Thu, 10 Jan 2008 07:25:58 +1100 Subject: [PATCH] --- yaml --- r: 81357 b: refs/heads/master c: 3f8fc3e0c7445dab78a81d68d995e9150f895d7e h: refs/heads/master i: 81355: e2acc57ed3248222ac88921ee8a51746759afb20 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/kernel/cputable.c | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index fc8cd7ea448e..990018bf50f4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 22258fa40e54ceefe75a6c6a793f5c44d8339b9c +refs/heads/master: 3f8fc3e0c7445dab78a81d68d995e9150f895d7e diff --git a/trunk/arch/powerpc/kernel/cputable.c b/trunk/arch/powerpc/kernel/cputable.c index dfb84c86ec40..a4c2771b5e62 100644 --- a/trunk/arch/powerpc/kernel/cputable.c +++ b/trunk/arch/powerpc/kernel/cputable.c @@ -1238,6 +1238,18 @@ static struct cpu_spec __initdata cpu_specs[] = { .machine_check = machine_check_4xx, .platform = "ppc440", }, + { /* Matches both physical and logical PVR for 440EP (logical pvr = pvr | 0x8) */ + .pvr_mask = 0xf0000ff7, + .pvr_value = 0x400008d4, + .cpu_name = "440EP Rev. C", + .cpu_features = CPU_FTRS_44X, + .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU, + .icache_bsize = 32, + .dcache_bsize = 32, + .cpu_setup = __setup_cpu_440ep, + .machine_check = machine_check_4xx, + .platform = "ppc440", + }, { /* Use logical PVR for 440EP (logical pvr = pvr | 0x8) */ .pvr_mask = 0xf0000fff, .pvr_value = 0x400008db,