diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/kernel/cpu/cpufreq/longhaul.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/i386/kernel/cpu/cpufreq/longhaul.c b/arch/i386/kernel/cpu/cpufreq/longhaul.c index ef8f0bc3fc71..58816facc435 100644 --- a/arch/i386/kernel/cpu/cpufreq/longhaul.c +++ b/arch/i386/kernel/cpu/cpufreq/longhaul.c | |||
@@ -665,6 +665,10 @@ static int enable_arbiter_disable(void) | |||
665 | reg = 0x78; | 665 | reg = 0x78; |
666 | dev = pci_get_device(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8601_0, | 666 | dev = pci_get_device(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8601_0, |
667 | NULL); | 667 | NULL); |
668 | /* Find PM133/VT8605 host bridge */ | ||
669 | if (dev == NULL) | ||
670 | dev = pci_get_device(PCI_VENDOR_ID_VIA, | ||
671 | PCI_DEVICE_ID_VIA_8605_0, NULL); | ||
668 | /* Find CLE266 host bridge */ | 672 | /* Find CLE266 host bridge */ |
669 | if (dev == NULL) { | 673 | if (dev == NULL) { |
670 | reg = 0x76; | 674 | reg = 0x76; |