ACPICA: Remove possibility of executing _REG methods twice
authorLin Ming <ming.m.lin@intel.com>
Tue, 13 Oct 2009 02:29:30 +0000 (10:29 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 25 Nov 2009 01:30:04 +0000 (20:30 -0500)
commit74d3ec77a5e0633b0c7a8490941432c2e4789037
treee416b44a4533b77f85e30c65fe695a32d698e4d2
parent0240d7b4f20f7d156a74dfdd0647a0231b7e8ef4
ACPICA: Remove possibility of executing _REG methods twice

If a custom address space handler is installed by the host
before the "initialize operation regions" phase of the ACPICA
initialization, any _REG methods for that address space could
be executed twice. This change fixes the problem.
ACPICA BZ 427.

http://www.acpica.org/bugzilla/show_bug.cgi?id=427

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/evregion.c