]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: Add support to externally execute _OSI method
authorBob Moore <robert.moore@intel.com>
Thu, 13 Nov 2008 01:45:35 +0000 (09:45 +0800)
committerLen Brown <len.brown@intel.com>
Tue, 30 Dec 2008 03:38:37 +0000 (22:38 -0500)
commit8bc6d4d8fde652937c9e9c159e7e98533128f2c6
treeb8afd36cc4217400efb0e71c550c69bfc8822352
parentc82526d45b1ae84128f4cef1e94bf5b81a18afa6
ACPICA: Add support to externally execute _OSI method

The current implemenation of _OSI within ACPICA only allows other
control methods to execute _OSI. This change allows the host
OS to execute _OSI via the AcpiEvaluateObject interface. _OSI
is a special method -- it does not exist in the AML code, it is
implemented within ACPICA.

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/dispatcher/dsmethod.c
drivers/acpi/parser/psparse.c
drivers/acpi/parser/psxface.c
drivers/acpi/utilities/uteval.c