diff options
author | Len Brown <len.brown@intel.com> | 2010-10-08 22:35:02 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-10-08 22:35:02 -0400 |
commit | c9933f795c0740eaf97e6291a68a9787346d5997 (patch) | |
tree | 5866648b9c97ddb89e6f41f8d1bef64b5a68b924 /drivers/acpi | |
parent | cb655d0f3d57c23db51b981648e452988c0223f9 (diff) | |
parent | c1e0ddbf0a97e1704d7f13b4934f9acca002402d (diff) |
Merge branch 'pdc-regression' into release
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/processor_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index b618f888d66b..bec561c14beb 100644 --- a/drivers/acpi/processor_core.c +++ b/drivers/acpi/processor_core.c @@ -346,4 +346,5 @@ void __init acpi_early_processor_set_pdc(void) acpi_walk_namespace(ACPI_TYPE_PROCESSOR, ACPI_ROOT_OBJECT, ACPI_UINT32_MAX, early_init_pdc, NULL, NULL, NULL); + acpi_get_devices("ACPI0007", early_init_pdc, NULL, NULL); } |