ACPICA: Add mechanism to defer _REG methods for some installed handlers
authorBob Moore <robert.moore@intel.com>
Mon, 14 Feb 2011 08:13:25 +0000 (16:13 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 3 Mar 2011 00:38:06 +0000 (19:38 -0500)
commitef09c4f578147464524041cbe3205bb25f900598
treec4270c7cf7f257fad6d8e8e7f5107c54f9d9b8d6
parent47863b9cbec29f137b3a7718ec851be879b41137
ACPICA: Add mechanism to defer _REG methods for some installed handlers

The memory/io/pci/dataTable regions must always be available. For
any user installed handlers for these spaces, defer execution
of _REG methods until acpi_enable_subsystem. This prevents any
chicken/egg problems and ensures that no methods are executed
until all of these regions are ready and available.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/acglobal.h
drivers/acpi/acpica/evregion.c
drivers/acpi/acpica/evxfregn.c
drivers/acpi/acpica/utglobal.c
This page took 0.031182 seconds and 5 git commands to generate.