1
linux/drivers/acpi
Len Brown 9f9adecd2d PM: ACPI and APM must not be enabled at the same time
ACPI and APM used "pm_active" to guarantee that
they would not be simultaneously active.

But pm_active was recently moved under CONFIG_PM_LEGACY,
so that without CONFIG_PM_LEGACY, pm_active became a NOP --
allowing ACPI and APM to both be simultaneously enabled.
This caused unpredictable results, including boot hangs.

Further, the code under CONFIG_PM_LEGACY is scheduled
for removal.

So replace pm_active with pm_flags.
pm_flags depends only on CONFIG_PM,
which is present for both CONFIG_APM and CONFIG_ACPI.

http://bugzilla.kernel.org/show_bug.cgi?id=9194

Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
2008-01-11 12:26:47 -05:00
..
dispatcher ACPICA: fix acpi-cpufreq boot crash due to _PSD return-by-reference 2007-12-02 14:26:55 -05:00
events ACPICA: hw: remove use_lock flag from acpi_hw_register_{read, write} 2007-10-10 01:00:26 -04:00
executer
hardware Pull acpica into test branch 2007-10-10 01:00:45 -04:00
namespace
parser
resources
sleep Pull alexey-fixes into release branch 2007-10-29 17:30:21 -04:00
tables ACPI: Add missing spaces to printk format 2007-11-19 21:53:32 -05:00
utilities
ac.c ACPI: Split out control for /proc/acpi entries from battery, ac, and sbs. 2007-11-19 11:21:50 -05:00
acpi_memhotplug.c
asus_acpi.c
battery.c Pull procfs-default into release branch 2007-11-20 01:20:00 -05:00
bay.c
blacklist.c
bus.c PM: ACPI and APM must not be enabled at the same time 2008-01-11 12:26:47 -05:00
button.c ACPI: button: send initial lid state after add and resume 2007-10-25 16:31:30 -04:00
cm_sbs.c
container.c
debug.c
dock.c
ec.c Pull bugzilla-9327 into release branch 2007-11-20 20:07:49 -05:00
event.c
fan.c ACPI: Fan: Drop force_power_state acpi_device option 2007-10-25 16:31:31 -04:00
glue.c
Kconfig Revert "acpi: make ACPI_PROCFS default to y" 2007-11-19 11:22:44 -05:00
Makefile ACPI: Split out control for /proc/acpi entries from battery, ac, and sbs. 2007-11-19 11:21:50 -05:00
numa.c
osl.c ACPI: Handle I/O access width requestst that are not a multiple of 8 bits. 2007-11-16 21:37:14 -05:00
pci_bind.c
pci_irq.c
pci_link.c
pci_root.c
power.c ACPI: power: don't cache power resource state 2007-10-25 16:31:31 -04:00
processor_core.c ACPI: avoid references to impossible processors. 2007-11-29 09:24:55 -08:00
processor_idle.c ACPI: move timer broadcast before busmaster disable 2007-12-07 19:16:17 +01:00
processor_perflib.c
processor_thermal.c
processor_throttling.c ACPI: Delete the IRQ operation in throttling controll via PTC 2007-12-01 23:27:15 -05:00
sbs.c Pull procfs-default into release branch 2007-11-20 01:20:00 -05:00
sbshc.c
sbshc.h
scan.c Driver core: change add_uevent_var to use a struct 2007-10-12 14:51:01 -07:00
system.c
tables.c
thermal.c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 2007-10-19 13:12:46 -07:00
toshiba_acpi.c Fix Oops in toshiba_acpi error return path 2007-11-14 18:45:36 -08:00
utils.c
video.c ACPI: Video: Increase buffer size for writes to brightness proc file. 2007-11-19 01:55:13 -05:00