Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ACPI: convert acpi_device_lock spinlock to mutex | Shaohua Li | 2009-04-07 | 1 | -9/+4 |
| | | | | | | | | | | | | Convert acpi_device_lock to a mutex to avoid a potential race upon access to /proc/acpi/wakeup Delete the lock entirely in wakeup.c since it is not necessary (and can not sleep) Found-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Shaohua Li <shaohua.li@intel.com> Signed-off-by: Len Brown <len.brown@intel.com> | ||||
* | ACPI: call acpi_sleep_proc_init() explicitly rather than as initcall | Bjorn Helgaas | 2009-03-27 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | | | | This patch makes acpi_init() call acpi_sleep_proc_init() directly. Previously, acpi_sleep_proc_init() was a late_initcall (sequence 7), apparently to make sure that the /proc hierarchy already exists: 2003/02/13 12:38:03-06:00 mochel acpi sleep: demote sleep proc file creation. - Make acpi_sleep_proc_init() a late_initcall(), and not called from acpi_sleep_init(). This guarantees that the acpi proc hierarchy is at least there when we create the dang file. This should no longer be an issue because acpi_bus_init() (called early in acpi_init()) creates acpi_root_dir (/proc/acpi). Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Len Brown <len.brown@intel.com> | ||||
* | Merge branch 'alarm' into release | Len Brown | 2009-01-09 | 1 | -21/+32 |
| | |||||
* | ACPICA: create acpica/ directory | Len Brown | 2009-01-09 | 1 | -0/+520 |
also, delete sleep/ and delete ACPI_CFLAGS from Makefile Signed-off-by: Len Brown <len.brown@intel.com> |