aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/acpi/suspend.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-20 10:41:31 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-20 10:41:31 +0100
commite54e1009a8eb99922cb243ef84ff89f9b9179726 (patch)
treea87b1923aacc273afbdadb03825d1231af414c8a /xen/arch/x86/acpi/suspend.c
parent6cb06bacf10675ae01386fd37a0c7edcee647eda (diff)
downloadxen-e54e1009a8eb99922cb243ef84ff89f9b9179726.tar.gz
xen-e54e1009a8eb99922cb243ef84ff89f9b9179726.tar.bz2
xen-e54e1009a8eb99922cb243ef84ff89f9b9179726.zip
Xen PM: Remove useless __sync_lazy_execstate().
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/arch/x86/acpi/suspend.c b/xen/arch/x86/acpi/suspend.c
index 19bb2d3d67..3d44569a13 100644
--- a/xen/arch/x86/acpi/suspend.c
+++ b/xen/arch/x86/acpi/suspend.c
@@ -38,6 +38,7 @@ void restore_rest_processor_state(void)
struct tss_struct *t = &init_tss[cpu];
struct vcpu *v = current;
+ /* Rewriting the TSS desc is necessary to clear the Busy flag. */
set_tss_desc(cpu, t);
load_TR(cpu);