diff options
author | Len Brown <len.brown@intel.com> | 2010-10-09 04:35:02 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-10-09 04:35:02 +0200 |
commit | c9933f795c0740eaf97e6291a68a9787346d5997 (patch) | |
tree | 5866648b9c97ddb89e6f41f8d1bef64b5a68b924 /drivers/acpi | |
parent | Linux 2.6.36-rc7 (diff) | |
parent | ACPI: Handle ACPI0007 Device in acpi_early_set_pdc (diff) | |
download | linux-c9933f795c0740eaf97e6291a68a9787346d5997.tar.xz linux-c9933f795c0740eaf97e6291a68a9787346d5997.zip |
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); } |