From c73c1ca699d378347cc81d87a8190fea00851931 Mon Sep 17 00:00:00 2001 From: Dave Young Date: Wed, 21 Nov 2007 14:52:15 -0800 Subject: [PATCH] --- yaml --- r: 84011 b: refs/heads/master c: b25e75899e449456409cfa1a3b042257c03d4355 h: refs/heads/master i: 84009: 8cd6b0142c6a3936a31c89a56dafae4ef387fe17 84007: 2ce30fa146a9f47db276414e4e8dc16582aa05ee v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/cpu/cpufreq/gx-suspmod.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b1bba227dd79..40056b07abb9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e32d22f77666312648735f7cda0a114a8242b9d8 +refs/heads/master: b25e75899e449456409cfa1a3b042257c03d4355 diff --git a/trunk/arch/x86/kernel/cpu/cpufreq/gx-suspmod.c b/trunk/arch/x86/kernel/cpu/cpufreq/gx-suspmod.c index 2ed7db2fd257..9d9eae82e60f 100644 --- a/trunk/arch/x86/kernel/cpu/cpufreq/gx-suspmod.c +++ b/trunk/arch/x86/kernel/cpu/cpufreq/gx-suspmod.c @@ -181,8 +181,8 @@ static __init struct pci_dev *gx_detect_chipset(void) struct pci_dev *gx_pci = NULL; /* check if CPU is a MediaGX or a Geode. */ - if ((current_cpu_data.x86_vendor != X86_VENDOR_NSC) && - (current_cpu_data.x86_vendor != X86_VENDOR_CYRIX)) { + if ((boot_cpu_data.x86_vendor != X86_VENDOR_NSC) && + (boot_cpu_data.x86_vendor != X86_VENDOR_CYRIX)) { dprintk("error: no MediaGX/Geode processor found!\n"); return NULL; }