ACPICA: Update FACS waking vector interfaces
commitd85988fa0205b18459071e4bd709e48e695b952d
authorBob Moore <robert.moore@intel.com>
Wed, 12 Nov 2008 06:54:05 +0000 (12 14:54 +0800)
committerLen Brown <len.brown@intel.com>
Tue, 30 Dec 2008 03:38:36 +0000 (29 22:38 -0500)
treec8b81db8e5c697195813bd322c926ded595e9741
parent6de4048a416d46eb2ac6597d03d2b58806a6b800
ACPICA: Update FACS waking vector interfaces

Split AcpiSetFirmwareWakingVector into two: one for the 32-bit
vector, another for the 64-bit vector. This is required because the
host OS must setup the wake much differently for each vector (real
vs. protected mode, etc.) and the interface should not be deciding
which vector to use.  Also eliminate the GetFirmwareWakingVector
interface, as it served no purpose (only the firmware reads the
vector, OS only writes the vector.)  ACPICA BZ 731.

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

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/hardware/hwsleep.c
include/acpi/acpixf.h