aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/acpi/suspend.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-19 12:53:32 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-19 12:53:32 +0100
commitd3faf9badf52a00fb3c1da2bfbb49228ffca075a (patch)
tree6b12464f6d852ee3b3cf7ab244ad41bc3d97f1a3 /xen/arch/x86/acpi/suspend.c
parentd17ac42f37e197d26cb42a00a0d5834ce107515b (diff)
downloadxen-d3faf9badf52a00fb3c1da2bfbb49228ffca075a.tar.gz
xen-d3faf9badf52a00fb3c1da2bfbb49228ffca075a.tar.bz2
xen-d3faf9badf52a00fb3c1da2bfbb49228ffca075a.zip
[host s3] Retrieve necessary sleep information from plain-text ACPI
tables (FADT/FACS), and keep one hypercall remained for sleep notification. Signed-off-by: Ke Yu <ke.yu@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/acpi/suspend.c')
-rw-r--r--xen/arch/x86/acpi/suspend.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/arch/x86/acpi/suspend.c b/xen/arch/x86/acpi/suspend.c
index 2825c076e7..812d644e9f 100644
--- a/xen/arch/x86/acpi/suspend.c
+++ b/xen/arch/x86/acpi/suspend.c
@@ -35,9 +35,6 @@ void save_rest_processor_state(void)
rdmsrl(MSR_CSTAR, saved_cstar);
rdmsrl(MSR_LSTAR, saved_lstar);
#endif
-
- bootsym(video_flags) = acpi_video_flags;
- bootsym(video_mode) = saved_videomode;
}
#define loaddebug(_v,_reg) \