Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3f8fc3e0c7445dab78a81d68d995e9150f895d7e
Commit:     3f8fc3e0c7445dab78a81d68d995e9150f895d7e
Parent:     22258fa40e54ceefe75a6c6a793f5c44d8339b9c
Author:     Sean MacLennan <[EMAIL PROTECTED]>
AuthorDate: Thu Jan 10 07:25:58 2008 +1100
Committer:  Josh Boyer <[EMAIL PROTECTED]>
CommitDate: Fri Jan 25 07:08:27 2008 -0600

    [POWERPC] 4xx: Add PowerPC 440EP Rev C
    
    This adds the 440EP revision C PVR to the CPU table.  The chip has an
    FPU on it, so we also match the logical PVR
    
    Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]>
    Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
 arch/powerpc/kernel/cputable.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index dfb84c8..a4c2771 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/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,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to