From 9a77246030025b727798aa924e2387c27f8d3b09 Mon Sep 17 00:00:00 2001 From: Albert Herranz Date: Sat, 12 Dec 2009 06:31:46 +0000 Subject: [PATCH] --- yaml --- r: 177661 b: refs/heads/master c: 45158dc7d68972de919c24130b784b548df06546 h: refs/heads/master i: 177659: bc15afc4b90e38830e48a59f73646ff8a2f1bb37 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/kernel/cputable.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 07be13f5e5a0..487e314c2173 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6cdd24179d31b5e9beaea01f8ac5a1ba77415e33 +refs/heads/master: 45158dc7d68972de919c24130b784b548df06546 diff --git a/trunk/arch/powerpc/kernel/cputable.c b/trunk/arch/powerpc/kernel/cputable.c index 03c862b6a9c4..2fc82bac3bbc 100644 --- a/trunk/arch/powerpc/kernel/cputable.c +++ b/trunk/arch/powerpc/kernel/cputable.c @@ -697,9 +697,9 @@ static struct cpu_spec __initdata cpu_specs[] = { .machine_check = machine_check_generic, .platform = "ppc750", }, - { /* 750CL */ - .pvr_mask = 0xfffff0f0, - .pvr_value = 0x00087010, + { /* 750CL (and "Broadway") */ + .pvr_mask = 0xfffff0e0, + .pvr_value = 0x00087000, .cpu_name = "750CL", .cpu_features = CPU_FTRS_750CL, .cpu_user_features = COMMON_USER | PPC_FEATURE_PPC_LE,