Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84011
b: refs/heads/master
c: b25e758
h: refs/heads/master
i:
  84009: 8cd6b01
  84007: 2ce30fa
v: v3
  • Loading branch information
Dave Young authored and Dave Jones committed Feb 7, 2008
1 parent dc36879 commit c73c1ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e32d22f77666312648735f7cda0a114a8242b9d8
refs/heads/master: b25e75899e449456409cfa1a3b042257c03d4355
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/cpu/cpufreq/gx-suspmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c73c1ca

Please sign in to comment.