Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351014
b: refs/heads/master
c: c40a451
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Garrett authored and Rafael J. Wysocki committed Feb 1, 2013
1 parent cc5b1f4 commit 638c51c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d5aaffa9dd531c978c6f3fea06a2972653bd7fc8
refs/heads/master: c40a4518166b6c500c844579ec7069d4a0419f30
6 changes: 6 additions & 0 deletions trunk/drivers/cpufreq/acpi-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,12 @@ static int acpi_cpufreq_cpu_init(struct cpufreq_policy *policy)

switch (perf->control_register.space_id) {
case ACPI_ADR_SPACE_SYSTEM_IO:
if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD &&
boot_cpu_data.x86 == 0xf) {
pr_debug("AMD K8 systems must use native drivers.\n");
result = -ENODEV;
goto err_unreg;
}
pr_debug("SYSTEM IO addr space\n");
data->cpu_feature = SYSTEM_IO_CAPABLE;
break;
Expand Down

0 comments on commit 638c51c

Please sign in to comment.