aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/dmi_scan.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-11 15:47:14 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-11 15:47:14 +0100
commitd8c8fef09054a87be97dc4b507509507f5ca326f (patch)
treef57d709d43df3e4ea26bf7174d8152750d5e511a /xen/arch/x86/dmi_scan.c
parentffc3f3c3db16cbaf2b1302037ec969fecc9e0ea0 (diff)
downloadxen-d8c8fef09054a87be97dc4b507509507f5ca326f.tar.gz
xen-d8c8fef09054a87be97dc4b507509507f5ca326f.tar.bz2
xen-d8c8fef09054a87be97dc4b507509507f5ca326f.zip
Provide basic Xen PM infrastructure
Basic infrastructure for Xen S3 support with a common CPU context save/restore logic for both 32bit and 64bit. Wakeup code is split into two parts: - the first locates after trampoline code, to share all the tricks on the latter, like relocation base and identy mapping - the 2nd part locates in xen code segment, to do the actual CPU context restore Signed-off-by Ke Yu <ke.yu@intel.com> Signed-off-by Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'xen/arch/x86/dmi_scan.c')
-rw-r--r--xen/arch/x86/dmi_scan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/arch/x86/dmi_scan.c b/xen/arch/x86/dmi_scan.c
index 40854f6645..1827d83061 100644
--- a/xen/arch/x86/dmi_scan.c
+++ b/xen/arch/x86/dmi_scan.c
@@ -184,7 +184,6 @@ static __init int broken_toshiba_keyboard(struct dmi_blacklist *d)
static __init int reset_videomode_after_s3(struct dmi_blacklist *d)
{
/* See acpi_wakeup.S */
- extern long acpi_video_flags;
acpi_video_flags |= 2;
return 0;
}