commit | c9933f795c0740eaf97e6291a68a9787346d5997 | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Fri Oct 08 22:35:02 2010 -0400 |
committer | Len Brown <len.brown@intel.com> | Fri Oct 08 22:35:02 2010 -0400 |
tree | 5866648b9c97ddb89e6f41f8d1bef64b5a68b924 | |
parent | cb655d0f3d57c23db51b981648e452988c0223f9 [diff] | |
parent | c1e0ddbf0a97e1704d7f13b4934f9acca002402d [diff] |
Merge branch 'pdc-regression' into release
diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index b618f88..bec561c 100644 --- a/drivers/acpi/processor_core.c +++ b/drivers/acpi/processor_core.c
@@ -346,4 +346,5 @@ 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); }