Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217698
b: refs/heads/master
c: b1d248d
h: refs/heads/master
v: v3
  • Loading branch information
Zhang Rui authored and Len Brown committed Oct 26, 2010
1 parent ed23a6e commit 2a6889f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af48931c4863ced64cc52c58757be6e254437f9a
refs/heads/master: b1d248d96c71665c79befb81207f38f894c7c082
7 changes: 6 additions & 1 deletion trunk/drivers/acpi/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,12 @@ static int __init acpi_bus_init(void)
goto error1;
}

/*
* _PDC control method may load dynamic SSDT tables,
* and we need to install the table handler before that.
*/
acpi_sysfs_init();

acpi_early_processor_set_pdc();

/*
Expand Down Expand Up @@ -1026,7 +1032,6 @@ static int __init acpi_init(void)
acpi_scan_init();
acpi_ec_init();
acpi_power_init();
acpi_sysfs_init();
acpi_debugfs_init();
acpi_sleep_proc_init();
acpi_wakeup_device_init();
Expand Down

0 comments on commit 2a6889f

Please sign in to comment.