Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6c9cda78b4f1fb89b0b6b8c03ce55dbdf0b1bdef
Commit:     6c9cda78b4f1fb89b0b6b8c03ce55dbdf0b1bdef
Parent:     232e8884cb62f865d69383e42ef333215da504d4
Author:     Mark Langsdorf <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 14 13:00:23 2007 -0600
Committer:  Dave Jones <[EMAIL PROTECTED]>
CommitDate: Wed Feb 6 22:57:58 2008 -0500

    [CPUFREQ] Powernow-k8: Update to support the latest Turion processors
    
    The latest series of Turion X2 processors have a new XFAM
    model.  Add support for them to powernow-k8.h.
    
    Signed-off-by: Mark Langsdorf <[EMAIL PROTECTED]>
    Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
---
 arch/x86/kernel/cpu/cpufreq/powernow-k8.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k8.h 
b/arch/x86/kernel/cpu/cpufreq/powernow-k8.h
index afd2b52..ab48cfe 100644
--- a/arch/x86/kernel/cpu/cpufreq/powernow-k8.h
+++ b/arch/x86/kernel/cpu/cpufreq/powernow-k8.h
@@ -47,7 +47,7 @@ struct powernow_k8_data {
 #define CPUID_XFAM                     0x0ff00000      /* extended family */
 #define CPUID_XFAM_K8                  0
 #define CPUID_XMOD                     0x000f0000      /* extended model */
-#define CPUID_XMOD_REV_MASK            0x00080000
+#define CPUID_XMOD_REV_MASK            0x000c0000
 #define CPUID_XFAM_10H                 0x00100000      /* family 0x10 */
 #define CPUID_USE_XFAM_XMOD            0x00000f00
 #define CPUID_GET_MAX_CAPABILITIES     0x80000000
-
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