Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349084
b: refs/heads/master
c: efa1719
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Garrett authored and Rafael J. Wysocki committed Jan 22, 2013
1 parent 904d554 commit 9af8ed1
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 9855d8ce41a7801548a05d844db2f46c3e810166
refs/heads/master: efa17194581bdfca0986dabc178908bd7c21ba00
7 changes: 7 additions & 0 deletions trunk/drivers/cpufreq/acpi-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -1030,4 +1030,11 @@ MODULE_PARM_DESC(acpi_pstate_strict,
late_initcall(acpi_cpufreq_init);
module_exit(acpi_cpufreq_exit);

static const struct x86_cpu_id acpi_cpufreq_ids[] = {
X86_FEATURE_MATCH(X86_FEATURE_ACPI),
X86_FEATURE_MATCH(X86_FEATURE_HW_PSTATE),
{}
};
MODULE_DEVICE_TABLE(x86cpu, acpi_cpufreq_ids);

MODULE_ALIAS("acpi");

0 comments on commit 9af8ed1

Please sign in to comment.